Can't install MS reportviewer? Solved

To install reportviewer you have to download and install MICROSOFT REPORT VIEWER 2012 RUNTIME from here: http://www.microsoft.com/it-it/down...


How to create a firebird DSN for windows 7. Solved

Follow the next procedure: close VWD if opened. First case. Client Server structure: First install a Firebird ODBC build from Firebirdsql....


How to get MS ReportViewer control in VS Express. Solved

For Windows 7 and later Visual studio 2013 Express and maybe also Visual studio 2012 supports ReportViewer control!   Download and...


Using the MS ReportViewer control. Code. Displaying search results

Private Sub AnteRicercaToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RicercaTipoAnteToolStripM...


Getting started with Express Reporting Services 2005

Downloading and installation To develope reports in Visual Studio Express the unique free tool is ReportBuider. Download it from here: htt...


using report parameters in SSRS 2005

In this post we'll use report parameters to center an image in a reportviewer control. In the report project create the file Picture.r...


Howto create a firebird DSN for windows xp

Notice: this procedure is valid only for windows xp: For windows 7 read this post: http://firebird-vbnet.blogspot.it/2013/05/howto-create-d...


Reporting Services: presentation

Already long time ago Reporting Services has been released in free version from Microsoft. From a article of David De Giacomi on dotnethe...


Exporting a report without preview in Excel format

Here is the code to export a report in Excel format without preview, but first of all the DataSet of rdl report must have the same name of ...


Exporting a report without preview in PDF format

Here is the code to export a report in PDF format without preview, but first of all the DataSet of rdl report must have the same name of the...


MS reportviewer. Printing a report without preview

Here is the code to print a report without preview but first of all the DataSet of rdl report must have the same name of the Datasource, tha...


Installation of applications which use ReportViewer

In all the installation which use roportviewer, in the folder destination of the following application you must install the DLLs: Microsoft....


The issue of centering a report in the page in excel format

When you are exporting a report in excel format and want to center a table in the page, could find difficult to do it, because the width of ...