New to Telerik ReportingStart a free 30-day trial

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class SharedDataSource : Component, IDataSource

Inheritance: objectMarshalByRefObjectComponentSharedDataSource

Implements: IDataSource

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; }
Property Value:

The name of the DataConnection component.

Implements: IDataSource.Name

Path

string

Gets or sets the path to the referenced DataSource component.

C#
public string Path { get; set; }
Property Value:

The path to the referenced DataSource component.