Class ResourceInfo
Contains the information of requested resource.
Inheritance
System.Object
ResourceInfo
Namespace: BoldReports.Web.ReportDesigner
Assembly: BoldReports.Web.dll
Syntax
public class ResourceInfo : Object
Constructors
ResourceInfo()
Declaration
public ResourceInfo()
Properties
Data
Gets or sets resource data as byte array.
Declaration
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
ErrorMessage
Gets or sets exception message, if resource get action fails.
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |