Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the password to be used by the data source for connecting to the report server.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Property Password As String
'Usage
Dim instance As DataSourceCredentials
Dim value As String
value = instance.Password
instance.Password = value
public string Password { get; set; }
public:
property String^ Password {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Password ()
/** @property */
public void set_Password (String value)
public function get Password () : String
public function set Password (value : String)
Property Value
A string containing the password.
See Also
Reference
DataSourceCredentials Class
DataSourceCredentials Members
Microsoft.Reporting.WebForms Namespace