Name | Description | |
---|---|---|
Report Constructor | Overloaded. |
The following tables list the members exposed by Report.
Name | Description | |
---|---|---|
Report Constructor | Overloaded. |
Name | Description | |
---|---|---|
CalculateTotalPages | Gets or sets a boolean value indicating if the total number of pages should be calculated for the TOTALPAGES variable. | |
GridControl | Gets or sets the GridControl on which the report will be based. | |
ReportStyleSheet | Gets or sets a ReportStyleSheet that provides the appearance that the grid will have when it is printed or exported in a report. |
Name | Description | |
---|---|---|
CreatePrintDocument | Creates a new instance of a System.Drawing.Printing.PrintDocument. | |
Export | Overloaded. Exports the report to the specified filename and format. | |
Overloaded. Prints the report. | ||
PrintPreview | Overloaded. Previews the report. |
Name | Description | |
---|---|---|
OnCalculateTotalPagesChanged | Raises the CalculateTotalPagesChanged event. | |
OnGenerateReportProgression | Raises the GenerateReportProgression event. | |
OnGridControlChanged | Raises the GridControlChanged event. | |
OnQueryVariableText | Raises the QueryVariableText event. | |
OnReportStyleSheetChanged | Raises the ReportStyleSheetChanged event. |
Name | Description | |
---|---|---|
CalculateTotalPagesChanged | Raised when the value of the CalculateTotalPages property is changed. | |
GenerateReportProgression | Raised when the report is being generated to display progression information. | |
GridControlChanged | Raised when the value of the GridControl property is changed. | |
QueryVariableText | Raised when a variable is encountered to allow for the final value of the variable to modified before it is printed, and/or to handle custom variables. | |
ReportStyleSheetChanged | Raised when the value of the ReportStyleSheet property is changed. |