DataSource.DesignTimeCredentials 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 credentials at design time.
public:
property Microsoft::ReportDesigner::Data::CachedCredentials ^ DesignTimeCredentials { Microsoft::ReportDesigner::Data::CachedCredentials ^ get(); };
[System.Xml.Serialization.XmlIgnore]
public Microsoft.ReportDesigner.Data.CachedCredentials DesignTimeCredentials { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this.DesignTimeCredentials : Microsoft.ReportDesigner.Data.CachedCredentials
Public ReadOnly Property DesignTimeCredentials As CachedCredentials
Property Value
The credentials at design time.
- Attributes