Click or drag to resize

StiReportsCollectionAdd Method (StiReport, Boolean, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Report.StiReportsCollection.Add(Stimulsoft.Report.StiReport,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void Add(
	StiReport report,
	bool resetPageNumber,
	bool printOnPreviousPage
)

Parameters

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.StiReportsCollection.Add(Stimulsoft.Report.StiReport,System.Boolean,System.Boolean)"]

resetPageNumber
Type: SystemBoolean

[Missing <param name="resetPageNumber"/> documentation for "M:Stimulsoft.Report.StiReportsCollection.Add(Stimulsoft.Report.StiReport,System.Boolean,System.Boolean)"]

printOnPreviousPage
Type: SystemBoolean

[Missing <param name="printOnPreviousPage"/> documentation for "M:Stimulsoft.Report.StiReportsCollection.Add(Stimulsoft.Report.StiReport,System.Boolean,System.Boolean)"]

See Also