Click or drag to resize

StiMatrix Constructor (StiPagesCollection, Boolean, StiExportService, ArrayList, StiDataExportMode)

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,
	bool checkForExcel,
	StiExportService service,
	ArrayList styles,
	StiDataExportMode dataMode = StiDataExportMode.AllBands
)

Parameters

pages
Type: Stimulsoft.Report.ComponentsStiPagesCollection

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

checkForExcel
Type: SystemBoolean

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

service
Type: Stimulsoft.Report.ExportStiExportService

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

styles
Type: System.CollectionsArrayList

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

dataMode (Optional)
Type: Stimulsoft.Report.ExportStiDataExportMode

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

See Also