Class DownloadReportModel
Model containing downloaded report definition data and metadata.
Inheritance
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class DownloadReportModel
Remarks
Used when downloading report definitions from the WebReportDesigner system, providing both the binary content and filename for proper client-side handling and file saving operations.
Constructors
DownloadReportModel()
Declaration
public DownloadReportModel()
Properties
Data
Gets or sets the binary content of the report definition.
Declaration
public byte[] Data { get; set; }
Property Value
|
System.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
public string Filename { get; set; }
Property Value
|
System.String
|
Remarks
Provides the complete filename for proper download naming, particularly important in ReportServer scenarios where the extension may depend on the revision.