DataSource Class
Represents a data source in the report server database.
Inheritance Hierarchy
System.Object
ReportService2005.DataSource
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DataSource
'Usage
Dim instance As DataSource
[SerializableAttribute]
public class DataSource
[SerializableAttribute]
public ref class DataSource
[<SerializableAttribute>]
type DataSource = class end
public class DataSource
The DataSource type exposes the following members.
Properties
Name | Description | |
---|---|---|
Item | The data source definition (DataSourceDefinition object) or a reference to a shared data source (DataSourceReference object). | |
Name | Gets or sets the name of the data source. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
DataSource is returned as output by the GetItemDataSources method and is passed as input to the SetItemDataSources method.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.