ClassSharedDataSource
Class
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class SharedDataSource : Component, IDataSource
Inheritance: objectMarshalByRefObjectComponentSharedDataSource
Implements:
Constructors
SharedDataSource()
Declaration
cs-api-definition
public SharedDataSource()
Properties
DataSourceReference
Gets a read-only reference to the underlying DataSource component. Internal use only.
Declaration
cs-api-definition
[TypeConverter("Telerik.Reporting.Design.DataSourceReferenceExpandableObjectConverter, Telerik.Reporting.Design, Version=19.3.26.121, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public DataSource DataSourceReference { get; }
Property Value
Name
Gets or sets the name of the SharedDataSource component.
Declaration
cs-api-definition
[Browsable(false)]
public string Name { get; set; }
Property Value
string
The name of the DataConnection component.
Implements
Path
Gets or sets the path to the referenced DataSource component.
Declaration
cs-api-definition
public string Path { get; set; }
Property Value
string
The path to the referenced DataSource component.