Click or drag to resize

StiReportRenderAsync Method (Int32, Int32)

Renders a report.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public Task RenderAsync(
	int fromPage,
	int toPage
)

Parameters

fromPage
Type: SystemInt32
Specifies from which page the result of the report rendering should be presented into the rendered report.
toPage
Type: SystemInt32
Specifies to which page the result of the report rendering should be presented into the rendered report.

Return Value

Type: Task

[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.RenderAsync(System.Int32,System.Int32)"]

See Also