By tag: Reporting
0
kicks
Book Review – Learning SQL Server 2008 Reporting Services
Good overview of Learning SQL Server 2008 Reporting Services from Packt Publishing. Has a link to a sample chapter for download.
0
kicks
Serving PDF Reports from ASP.NET using SQL Reporting Services
How to create and deliver a PDF using ASP.NET and SQL Server Reporting Services.
0
kicks
How to use Custom Assemblies with Reports
Last days I tried to write a sql server report. In the beginning everything was fine. Until - I wanted to call a custom method in a custom assembly of my project.
0
kicks
Using Local Microsoft SQL Server Reporting Services in ASP.Net
A quick example of using the local (embedded) SQL Server Reporting Services in VS 2005 and SQL Server 2000. This example uses datasets and cross-page postbacks, and passing parameters to the report.
0
kicks
Turn On Visual Studio 2005 Line Numbering
Many developer assistance tools, such as Microsoft's 'FxCop' refer to line numbers within source code. Though Visual Studio shows the current line number at all times, finding a referenced line is much easier when source code line numbering is enabled.
0
kicks
Hacking the Report Viewer Redistributable
I have used the Report Viewer Control included in Visual Studio 2005 to embed reports within our Smart Client. The control allows me to create professional reports without the use of a third party tools. Plus I can always scale up to Reporting Services should the need arrise.
There is a Repor...