Click or drag to resize

StiImportResult Constructor

Initializes a new instance of the StiImportResult class

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiImportResult(
	StiReport report,
	ArrayList errors
)

Parameters

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.StiImportResult.#ctor(Stimulsoft.Report.StiReport,System.Collections.ArrayList)"]

errors
Type: System.CollectionsArrayList

[Missing <param name="errors"/> documentation for "M:Stimulsoft.Report.StiImportResult.#ctor(Stimulsoft.Report.StiReport,System.Collections.ArrayList)"]

See Also