StiResource Constructor (String, 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,
string alias,
StiResourceType type,
byte[] content
)
Public Sub New (
name As String,
alias As String,
type As StiResourceType,
content As Byte()
)
Parameters
- name
- Type: SystemString
Name of the resource. - alias
- Type: SystemString
Alias of the resource. - type
- Type: Stimulsoft.Report.DictionaryStiResourceType
Type of the resource. - content
- Type: SystemByte
Content of the resource.
See Also