DataSourceCredentials.Password 屬性
取得或設定資料來源用來連接到報表伺服器的密碼。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)
語法
'宣告
Public Property Password As String
public string Password { get; set; }
public:
property String^ Password {
String^ get ();
void set (String^ value);
}
member Password : string with get, set
function get Password () : String
function set Password (value : String)
屬性值
類型:String
包含密碼的 string。