New to Telerik ReportingStart a free 30-day trial

Model containing downloaded report definition data and metadata.

Definition

Namespace:Telerik.WebReportDesigner.Services.Models

Assembly:Telerik.WebReportDesigner.Services.dll

Syntax:

C#
public class DownloadReportModel

Inheritance: objectDownloadReportModel

Constructors

C#
public DownloadReportModel()

Properties

Data

byte[]

Gets or sets the binary content of the report definition.

C#
public byte[] Data { get; set; }
Remarks:

Contains the raw report definition data that can be written to disk or streamed to clients for download operations.

Filename

string

Gets or sets the filename of the report definition including extension.

C#
public string Filename { get; set; }
Remarks:

Provides the complete filename for proper download naming, particularly important in ReportServer scenarios where the extension may depend on the revision.