Click or drag to resize

StiResourceItem Constructor

Initializes a new instance of the StiResourceItem class

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiResourceItem(
	Object component,
	byte[] resource,
	string property
)

Parameters

component
Type: SystemObject

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

resource
Type: SystemByte

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

property
Type: SystemString

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

See Also