Click or drag to resize

StiReportRenderWithXbap Method (Boolean, Int32, Int32)

Renders a report with using Xbap technology.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void RenderWithXbap(
	bool showProgress,
	int fromPage,
	int toPage
)

Parameters

showProgress
Type: SystemBoolean
Whether it is necessary to show the progress of report rendering or not.
fromPage
Type: SystemInt32

[Missing <param name="fromPage"/> documentation for "M:Stimulsoft.Report.StiReport.RenderWithXbap(System.Boolean,System.Int32,System.Int32)"]

toPage
Type: SystemInt32

[Missing <param name="toPage"/> documentation for "M:Stimulsoft.Report.StiReport.RenderWithXbap(System.Boolean,System.Int32,System.Int32)"]

See Also