Click or drag to resize

StiRenderState Constructor (Int32, Int32, Boolean)

Initializes a new instance of the StiRenderState class

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

Parameters

fromPage
Type: SystemInt32

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

toPage
Type: SystemInt32

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

showProgress
Type: SystemBoolean

[Missing <param name="showProgress"/> documentation for "M:Stimulsoft.Report.Engine.StiRenderState.#ctor(System.Int32,System.Int32,System.Boolean)"]

See Also