DataSource Class
Represents a data source in the report server database.
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
Remarks
DataSource is returned as output by the GetItemDataSources method and is passed as input to the SetItemDataSources method.
Inheritance Hierarchy
System.Object
ReportService2005.DataSource
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.