Class DownloadReportModel
Model containing data for downloaded report definition.
Inheritance
System.Object
DownloadReportModel
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class DownloadReportModel
Constructors
DownloadReportModel()
Declaration
public DownloadReportModel()
Properties
Data
The raw data of the report definition.
Declaration
public byte[] Data { get; set; }
Property Value
System.
|
Filename
The filename of the report definition with the extension. Used in ReportServer scenario where the extension depends on the revision.
Declaration
public string Filename { get; set; }
Property Value
System.
|