DataSource Members
Include Protected Members
Include Inherited Members
Represents a data source.
The DataSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataSource() | Initializes a new instance of the DataSource class. | |
DataSource(IPropertyStore) | Initializes a new instance of the DataSource class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
CachedCredentials | The cached credentials. | |
ConnectionProperties | The connection properties. | |
CredentialRetrievalEnum | The credential retrieval settings. | |
Credentials | Infrastructure. | |
DataSourceID | The data source ID. | |
DataSourceReference | The path to a shared data source. | |
ImpersonateUser | Infrastructure. | |
IsModel | Infrastructure. | |
IsReference | Infrastructure. | |
IsShared | Infrastructure. | |
Name | The data source name. | |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) | |
PropertyStore | The property store. (Inherited from ReportObjectBase.) | |
ReportProject | Infrastructure. | |
SecurityType | The authentication method of the data source. | |
ShouldSaveCredentials | Infrastructure. | |
ShowHiddenDataSets | Indicates whether to show hidden data sets. | |
Site | Infrastructure. (Inherited from ReportObject.) | |
Transaction | Indicates whether the datasets that use this data source run in a single transaction. | |
WindowsCredentials | Infrastructure. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDisposable.Dispose() | (Inherited from ReportObject.) | |
IComponent.Disposed | (Inherited from ReportObject.) |
Top