Class ResourceInfo
Contains the information of requested resource.
Inheritance
System.Object
ResourceInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.Web.ReportDesigner
Assembly: BoldReports.Web.dll
Syntax
public class ResourceInfo
Constructors
ResourceInfo()
Declaration
public ResourceInfo()
Properties
Data
Gets or sets the resource data as a byte array.
Declaration
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | A byte array representing the resource data, which could include file contents or other binary data. |
ErrorMessage
Gets or sets a message that describes the error if the operation to retrieve a resource fails.
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string containing the details of an error encountered during a resource retrieval operation. This property can be used to provide feedback or logging information when resource access is unsuccessful. |