Manager..::..CreateReport Method
Creates the report.
Namespace:
JiwaFinancials.Jiwa.JiwaApplicationAssembly: JiwaApplication (in JiwaApplication.dll)
Syntax
public MainForm CreateReport( ReportDefinition ReportDefinition, int NumberCopies, bool PrintToScreen, bool ShowRanges, bool PromptUser, string RecordSelectionFormula, bool PromptOnInvalidReport, int ReportsAllowed )
Parameters
- ReportDefinition
- Type: JiwaFinancials.Jiwa.JiwaApplication.PrintGroup.FormReports..::..ReportDefinition
The report definition.
- NumberCopies
- Type: Int32
The number copies.
- PrintToScreen
- Type: Boolean
if set to true [print to screen].
- ShowRanges
- Type: Boolean
if set to true [show ranges].
- PromptUser
- Type: Boolean
if set to true [prompt user].
- RecordSelectionFormula
- Type: String
The record selection formula.
- PromptOnInvalidReport
- Type: Boolean
if set to true [prompt on invalid report].
- ReportsAllowed
- Type: Int32
The reports allowed.