Click or drag to resize

StiMatrix Constructor (StiPagesCollection, StiExportService, ArrayList)

Initializes a new instance of the StiMatrix class

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiMatrix(
	StiPagesCollection pages,
	StiExportService service,
	ArrayList styles
)

Parameters

pages
Type: Stimulsoft.Report.ComponentsStiPagesCollection

[Missing <param name="pages"/> documentation for "M:Stimulsoft.Report.Export.StiMatrix.#ctor(Stimulsoft.Report.Components.StiPagesCollection,Stimulsoft.Report.Export.StiExportService,System.Collections.ArrayList)"]

service
Type: Stimulsoft.Report.ExportStiExportService

[Missing <param name="service"/> documentation for "M:Stimulsoft.Report.Export.StiMatrix.#ctor(Stimulsoft.Report.Components.StiPagesCollection,Stimulsoft.Report.Export.StiExportService,System.Collections.ArrayList)"]

styles
Type: System.CollectionsArrayList

[Missing <param name="styles"/> documentation for "M:Stimulsoft.Report.Export.StiMatrix.#ctor(Stimulsoft.Report.Components.StiPagesCollection,Stimulsoft.Report.Export.StiExportService,System.Collections.ArrayList)"]

See Also