Click or drag to resize

StiResource Constructor (String, StiResourceType, Byte)

Creates an object of the type StiResource.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiResource(
	string name,
	StiResourceType type,
	byte[] content
)

Parameters

name
Type: SystemString
Name of the resource.
type
Type: Stimulsoft.Report.DictionaryStiResourceType
Type of the resource.
content
Type: SystemByte
Content of the resource.
See Also