Class WebExportItem
Class for export item description
Inheritance
System.Object
WebExportItem
Namespace: FastReport.Web
Assembly: FastReport.Web.dll
Syntax
[Serializable]
public class WebExportItem
Properties
ContentType
MIME type of exported file
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
File
Binary data of exported files
Declaration
public byte[] File { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
FileName
Name of exported file
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Format
Format of exported file
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReportID
Report ID
Declaration
public string ReportID { get; set; }
Property Value
Type | Description |
---|---|
System.String |