GeekArticles
Concepts
Data AccessUsing the New Visual Studio 2005 Report Controls
Author: msdn.microsoft.com |
Published: 10th Aug 2005 |
Visited: 272 times |
Add CommentFiled in: Data AccessWant to add rich data reports to your Windows applications? Brian Welcker shows how the new report controls in Visual Studio 2005 make it easy to embed managed server reports or build and embed local reports into your Windows Forms application.
Read Article Sponsored Links
Related Articles
• First Look: Silverlight 2.0 UI Controls With the release of the Silverlight 2.0 beta plug-in, Microsoft has introduced a number of new UI controls to the Silverlight platform. These tools make the task of building complete Silverlight applications much easier, so it is essential to understand their function. In this article, we examine in ...
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...
• Controls Iteration This example shows how to perform recursive controls iteration within a ...