DataSource.Credentials Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the data source credentials.
public:
property Microsoft::ReportingServices::RdlObjectModel::DataSourceCredentials ^ Credentials { Microsoft::ReportingServices::RdlObjectModel::DataSourceCredentials ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::DataSourceCredentials ^ value); };
[System.Xml.Serialization.XmlIgnore]
public Microsoft.ReportingServices.RdlObjectModel.DataSourceCredentials Credentials { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.Credentials : Microsoft.ReportingServices.RdlObjectModel.DataSourceCredentials with get, set
Public Property Credentials As DataSourceCredentials
Property Value
A DataSourceCredentials object.
- Attributes