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