DataSource Class
Represents a data source.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.DataSource
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class DataSource _
Inherits ReportObject _
Implements INamedObject
'Usage
Dim instance As DataSource
public class DataSource : ReportObject, INamedObject
public ref class DataSource : public ReportObject,
INamedObject
type DataSource =
class
inherit ReportObject
interface INamedObject
end
public class DataSource extends ReportObject implements INamedObject
The DataSource type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ComponentMetadata | The component metadata. (Inherited from ReportObject.) |
![]() |
ConnectionProperties | The connection properties. |
![]() |
Credentials | Infrastructure. |
![]() |
DataSourceID | The data source ID. |
![]() |
DataSourceReference | The path to a shared data source. |
![]() |
DesignTimeCredentials | Infrastructure. |
![]() |
ImpersonateUser | Infrastructure. |
![]() |
IsModel | Infrastructure. |
![]() |
IsModified | Infrastructure. |
![]() |
IsModifiedSincePreview | Infrastructure. |
![]() |
IsReference | Infrastructure. |
![]() |
IsShared | Infrastructure. |
![]() |
Name | The data source name. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
RunTimeCredentials | Infrastructure. |
![]() |
SecurityType | The authentication method of the data source. |
![]() |
ShouldSaveCredentials | Infrastructure. |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
Transaction | Indicates whether the datasets that use this data source run in a single transaction. |
![]() |
WindowsCredentials | Infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
DeepClone | Infrastructure. (Overrides ReportObject.DeepClone().) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetContainingDataScopes | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetDataScopesForDefaultImpl | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetDependenciesCore | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Initialize | Initializes the current DataSource instance. (Overrides ReportObject.Initialize().) |
![]() |
InitializeForDesigner | Infrastructure. (Inherited from ReportObject.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnChildPropertyChanged | Infrastructure. (Inherited from ReportObject.) |
![]() |
OnPropertyChanged | Infrastructure. (Inherited from ReportObject.) |
![]() |
RdlSemanticEqualsCore | Infrastructure. (Overrides ReportObject.RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>).) |
![]() |
SavePropertyValue<T> | Infrastructure. (Inherited from ReportObject.) |
![]() |
SetCachedCredentials | Infrastructure. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top
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.