StiResource Constructor (String, String, StiResourceType, Byte, Boolean) |
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,
bool availableInTheViewer
)
Public Sub New (
name As String,
alias As String,
type As StiResourceType,
content As Byte(),
availableInTheViewer As Boolean
)
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. - availableInTheViewer
- Type: SystemBoolean
Value which makes the resource available for download in the viewer.
See Also