Click or drag to resize

StiMatrixCacheManager Constructor

Initializes a new instance of the StiMatrixCacheManager class

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiMatrixCacheManager(
	StiMatrix matrix,
	int width,
	int height,
	int maxPageHeight
)

Parameters

matrix
Type: Stimulsoft.Report.ExportStiMatrix

[Missing <param name="matrix"/> documentation for "M:Stimulsoft.Report.Export.StiMatrixCacheManager.#ctor(Stimulsoft.Report.Export.StiMatrix,System.Int32,System.Int32,System.Int32)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Stimulsoft.Report.Export.StiMatrixCacheManager.#ctor(Stimulsoft.Report.Export.StiMatrix,System.Int32,System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Stimulsoft.Report.Export.StiMatrixCacheManager.#ctor(Stimulsoft.Report.Export.StiMatrix,System.Int32,System.Int32,System.Int32)"]

maxPageHeight
Type: SystemInt32

[Missing <param name="maxPageHeight"/> documentation for "M:Stimulsoft.Report.Export.StiMatrixCacheManager.#ctor(Stimulsoft.Report.Export.StiMatrix,System.Int32,System.Int32,System.Int32)"]

See Also