SQL Server |
28 Jul 2009
Updated: 28 Jul 2009
Rating: 4.76/5
Votes: 23
Popularity: 6.39
Licence: CPOL
Views: 138,059
Bookmarked: 117
Downloaded: 2,440
This article shows some tips to improve Microsoft Reports like embedded reports, showing stored images, and images from a path, using custom code and custom assemblies, exporting reports, and printing reports without the ReportViewer control.
|
Windows Forms |
23 Apr 2009
Updated: 23 Apr 2009
Rating: 4.81/5
Votes: 28
Popularity: 6.88
Licence: CPOL
Views: 106,328
Bookmarked: 110
Downloaded: 8,277
A DataGridView control that allows to show some extra information in a merged row. Uses Visual Basic.NET 2008 and Framework 3.5.
|
ASP.NET |
1 Jun 2009
Updated: 1 Jun 2009
Rating: 4.88/5
Votes: 55
Popularity: 8.46
Licence: CPOL
Views: 221,045
Bookmarked: 167
Downloaded: 7,619
This article shows the basic steps of creating a report, define the data source at runtime, work with parameters, include images, use the expression editor, and how to feed data to a subreport and charts. Finally it will demonstrate some easy customizations to ReportViewer.
|
|
11 Apr 2010
Updated: 12 Apr 2010
Rating: 4.85/5
Votes: 37
Popularity: 7.43
Licence: CPOL
Views: 107,271
Bookmarked: 77
Downloaded: 0
XML Literals allow you to use XML syntax in your code. It’s easy to work with XML files this way, since you have that Tags in the code, but it’s also quicker to access information rather than the traditional methods.
|