Model containing downloaded shared data source definition data and metadata.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
C#
public class DownloadSharedDataSourceModel
Inheritance: objectDownloadSharedDataSourceModel
Constructors
C#
public DownloadSharedDataSourceModel()
Properties
Data
byte[]
Gets or sets the binary content of the shared data source definition.
C#
public byte[] Data { get; set; }
Remarks:
Contains the raw shared data source definition data that can be written to disk or streamed to clients for download operations.
Filename
string
Gets or sets the filename of the shared data source definition including extension.
C#
public string Filename { get; set; }
Remarks:
Provides the complete filename for proper download naming and file identification in the storage system.