IDE vs SDK and the methods available
-
Monday, March 26, 2012 4:56 PM
I have been attempting to intercept a ReportViewers export event so I could clean up the data for export (the display windows shows more info than the client needs in excel). I created a temp item to hold the data for export and then tried to open an export dialog. Unfortunately the code is in VS2008 and I am not currently allowed to update to VS2010
When looking at the msdn for ReportViewer methods, ExportDialog is available in VS2010 and not VS2008. It doesn't make sense to me why the development environment would allow methods that should only be determined by the development kit. This seems a bit counter-intuitive as I associate available methods with the SDK version and not the IDE version (but not anymore...).
Why are methods available to different versions of the IDE instead of the SDK?
All Replies
-
Wednesday, March 28, 2012 7:44 AMModerator
Hi Concorde85,
You can submit your suggestions to Microsoft Connect feedback portal http://connect.microsoft.com, Microsoft engineers will evaluate them seriously, thanks.
If this issue is urgent, please contact support at http://support.microsoft.com.
Thank you for your understanding!
Lucy Liu [MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by lucy-liuModerator Monday, April 02, 2012 6:27 AM
- Unmarked As Answer by Concorde85 Tuesday, April 10, 2012 5:51 PM
-
Monday, April 02, 2012 4:25 PMIt wasn't specifically a suggestion. I understand there are complex reasons that go in to certain design features. I was just wondering how this one could have possibly been decided. As far as my understanding is: methods become available with the SDK. This makes it possible to use any method available in any development environment (IDE, [random word processor], etc...). Limiting a method to a specific development environment seems unnatural as that possibly incredible method that does exactly what you need may not be available to you because you prefer old-school command compiling instead of a green arrow (I prefer IDE's).
- Edited by Concorde85 Monday, April 02, 2012 4:27 PM
-
Thursday, April 12, 2012 9:37 AM
check these links this may help you
http://www.neowin.net/forum/topic/705440-sdk-vs-ide/
http://cboard.cprogramming.com/tech-board/126876-difference-between-ide-sdk-vs-xcode.html
- Marked As Answer by Concorde85 Monday, April 23, 2012 4:21 PM
- Unmarked As Answer by Concorde85 Monday, April 23, 2012 4:21 PM
-
Monday, April 23, 2012 4:23 PMThat is not what I asked.

