StiReportRenderWithWpf 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
)
Public Sub RenderWithWpf (
showProgress As Boolean,
fromPage As Integer,
toPage As Integer
)
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.RenderWithWpf(System.Boolean,System.Int32,System.Int32)"]
- toPage
- Type: SystemInt32
[Missing <param name="toPage"/> documentation for "M:Stimulsoft.Report.StiReport.RenderWithWpf(System.Boolean,System.Int32,System.Int32)"]
See Also