ClassDownloadReportModel
Class
Model containing downloaded report definition data and metadata.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
cs-api-definition
public class DownloadReportModel
Inheritance: objectDownloadReportModel
Constructors
DownloadReportModel()
Declaration
cs-api-definition
public DownloadReportModel()
Properties
Data
Gets or sets the binary content of the report definition.
Declaration
cs-api-definition
public byte[] Data { get; set; }
Property Value
byte[]
Remarks
Contains the raw report definition data that can be written to disk or streamed to clients for download operations.
Filename
Gets or sets the filename of the report definition including extension.
Declaration
cs-api-definition
public string Filename { get; set; }
Property Value
string
Remarks
Provides the complete filename for proper download naming, particularly important in ReportServer scenarios where the extension may depend on the revision.