Click or drag to resize

StiReport.RenderWithWpf Method (Boolean, Int32, Int32)

Renders a report with using WPF technology.

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

Parameters

showProgress
Type: System.Boolean
Whether it is necessary to show the progress of report rendering or not.
fromPage
Type: System.Int32

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

toPage
Type: System.Int32

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

See Also