Click or drag to resize

StiReportCheckerErrorParameters Constructor (String, String, Object)

Initializes a new instance of the StiReportCheckerErrorParameters class

Namespace:  Stimulsoft.Report.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiReportCheckerErrorParameters(
	string compName,
	string propName,
	Object component
)

Parameters

compName
Type: SystemString

[Missing <param name="compName"/> documentation for "M:Stimulsoft.Report.Design.StiReportCheckerErrorParameters.#ctor(System.String,System.String,System.Object)"]

propName
Type: SystemString

[Missing <param name="propName"/> documentation for "M:Stimulsoft.Report.Design.StiReportCheckerErrorParameters.#ctor(System.String,System.String,System.Object)"]

component
Type: SystemObject

[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.Design.StiReportCheckerErrorParameters.#ctor(System.String,System.String,System.Object)"]

See Also