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