Click or drag to resize

StiExportServiceInvokeExporting Method (StiPage, StiPagesCollection, Int32, Int32)

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiExportService.InvokeExporting(Stimulsoft.Report.Components.StiPage,Stimulsoft.Report.Components.StiPagesCollection,System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void InvokeExporting(
	StiPage page,
	StiPagesCollection pages,
	int currentPass,
	int maximumPass
)

Parameters

page
Type: Stimulsoft.Report.ComponentsStiPage

[Missing <param name="page"/> documentation for "M:Stimulsoft.Report.Export.StiExportService.InvokeExporting(Stimulsoft.Report.Components.StiPage,Stimulsoft.Report.Components.StiPagesCollection,System.Int32,System.Int32)"]

pages
Type: Stimulsoft.Report.ComponentsStiPagesCollection

[Missing <param name="pages"/> documentation for "M:Stimulsoft.Report.Export.StiExportService.InvokeExporting(Stimulsoft.Report.Components.StiPage,Stimulsoft.Report.Components.StiPagesCollection,System.Int32,System.Int32)"]

currentPass
Type: SystemInt32

[Missing <param name="currentPass"/> documentation for "M:Stimulsoft.Report.Export.StiExportService.InvokeExporting(Stimulsoft.Report.Components.StiPage,Stimulsoft.Report.Components.StiPagesCollection,System.Int32,System.Int32)"]

maximumPass
Type: SystemInt32

[Missing <param name="maximumPass"/> documentation for "M:Stimulsoft.Report.Export.StiExportService.InvokeExporting(Stimulsoft.Report.Components.StiPage,Stimulsoft.Report.Components.StiPagesCollection,System.Int32,System.Int32)"]

See Also