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