ClassSharedDataSourceModel
Class
Model representing a shared data source file within the WebReportDesigner storage system.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
cs-api-definition
public class SharedDataSourceModel : ResourceFileModel
Inheritance: objectResourceModelBaseResourceFileModelSharedDataSourceModel
Inherited Members
Constructors
SharedDataSourceModel()
Declaration
cs-api-definition
public SharedDataSourceModel()
Properties
Description
Gets or sets the description of the shared data source.
Declaration
cs-api-definition
public string Description { get; set; }
Property Value
string
Remarks
Provides descriptive text about the shared data source's purpose and configuration, displayed in the WebReportDesigner interface for documentation and identification purposes.