|
PrintDecisionGrid allows you:
- to print report
all the cells of grid are automatically distributed among horizontal and vertical pages
- to preview report pages in special PreviewForm
you can navigate through pages in both horizontal and vertical directions
- to adjust "best" column width
so all the cells' strings will be entirely visible
- to set page margins
Left, Top, Right, Bottom (in millimeters)
- to define in your report title and subtitle
this is optional additional information about query result in grid
- to switch on/off color in your report
so you can save printer toner.
since version 2.0 it's possible too:
- to set Header and Footer on each report page
you can customize their text using static text and predefined parameters
(such as "Page Index", "Number of Pages" etc.) in Design Time
and a special event in Run Time.
- to duplicate FixedColumns and FixedRows on each horizontal/vertical page
so your End-User will read more understandable printing output
- to vary size of cells in report using ReportScalePercent property
initial value 100% means that Grid cells and text strings will have
on paper the same size, they have on screen
- to add in report your own text or pictures
using special "OnReportPrintPage" Grid's event
- to switch on/off various report options (such as "need print Title")
using special ReportOptions set property
- to copy data from cells to clipboard
since version 3.0:
- to generate HTML Report
you can produce web presentation of your DecisionGrid as well as paper presentation!
also in this version
- fixed problems occurred when property "Totals" was False.
- alignment of text in all cells is now correctly implemented.
since version 4.0:
- to perform export to Excel.
This feature allows you to move DecisionGrid's cross-tabular data to the most popular spreadsheet application Microsoft Excel, version 95 and later.
You are welcome to
download evaluation copy of component
right now.
|