Class ItemInfo
Contains properties to get or set the resource data.
Inheritance
System.Object
ItemInfo
Namespace: BoldReports.Web.ReportDesigner
Assembly: BoldReports.Web.dll
Syntax
public class ItemInfo : Object
Constructors
ItemInfo()
Declaration
public ItemInfo()
Properties
Data
Gets or sets the resource data as byte array.
Declaration
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
PostedFile
Gets or sets the resource data as IFormFile.
Declaration
public IFormFile PostedFile { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Http.IFormFile |