|
Print GridView From ASP.Net 2.0
The GridView Control for ASP.Net 2.0 is
arguably one of the most flexible and useful controls
for displaying on srceen data
What is lacking, however is a method to display the
result in a printable format.
GridViewPrint.dll provides a low cost, simple solution
to this problem.
GridViewPrint takes it's parameters from the data source (Microsoft SQL or Access) that has been used to build the GridView. The current implementation works with columns defined as Character, Integer or DateTimes values.
You have the flexability of choosing your report to be produced in either Adobe "PDF" or Excel spreadsheet. The report uses the Microsoft Report Viewer and is rendered via a "rdlc" file that you have designed
To Use GridViewPrint
GView.Print(SqlDataSource1, GridView1, "Reports\GridViewReport.rdlc",
"GridViewDataset_Products", "Reports.xls")
| Where: |
|
| SqlDataSource |
The name of the Data Source control that GridView takes its data from. SQLDataSource or AccessDataSource. |
| GridView1 |
The name of the GridView control. |
| Reports\GridViewReport.rdlc |
The pathname of the Report Viewer for displaying the GridView. |
| GridViewDataset_Products |
The DataSet name used for displaying the fields. Taken from the rdlc file. |
| Report.xls/Report.pdf |
The name and type of report you want. If the suffix is ".pdf" and Adobe pdf report is produced. If the suffix is ".xls" a Microsoft Excel spreadsheet is produced. |
CLICK HERE FOR LIVE DEMO
'GridViewPrint.dll has enabled the development of the printed reports our technologists require in the format they choose.'
Richard Steventon - Head of Medical Engineering, Royal Shrewsbury Hospital, UK
'Fantastic Product simple implementation'
Michael Sonntag - CEO, Ashbrooke Quality Assurance Ltd, Canada

Pricelist
GridViewPrint.dll provides a low cost, simple solution to the problem of printing your GridView report.
Single Licence Version
Normal Price £95.00
Special Launch Offer £39
Multi Licence Version
Normal Price: £250.00
Special Launch Offer:£ 99.95
All Prices include VAT
Once you have paid for your chosen product you will be sent an email with a link to download the Printing Tool complete with product registration key.
Contact Us
If you have any questions about Grid View Printing Tool please complete the form on this page.
|