Manager..::..CreateReport Method

Creates the report.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public MainForm CreateReport(
	ReportDefinition ReportDefinition,
	int NumberCopies,
	bool PrintToScreen,
	bool ShowRanges,
	bool PromptUser,
	string RecordSelectionFormula,
	bool PromptOnInvalidReport,
	int ReportsAllowed
)
Public Function CreateReport ( _
	ReportDefinition As ReportDefinition, _
	NumberCopies As Integer, _
	PrintToScreen As Boolean, _
	ShowRanges As Boolean, _
	PromptUser As Boolean, _
	RecordSelectionFormula As String, _
	PromptOnInvalidReport As Boolean, _
	ReportsAllowed As Integer _
) As MainForm
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.

Return Value

JiwaApplication.JiwaPrintReportUI.MainForm.