取得或設定要搭配報表伺服器來使用的認證。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportServerCredentials As ReportServerCredentials
Get
'用途
Dim instance As ServerReport
Dim value As ReportServerCredentials
value = instance.ReportServerCredentials
[BrowsableAttribute(false)]
public ReportServerCredentials ReportServerCredentials { get; }
[BrowsableAttribute(false)]
public:
property ReportServerCredentials^ ReportServerCredentials {
ReportServerCredentials^ get ();
}
[<BrowsableAttribute(false)>]
member ReportServerCredentials : ReportServerCredentials
function get ReportServerCredentials () : ReportServerCredentials
屬性值
型別:Microsoft.Reporting.WinForms.ReportServerCredentials
包含要搭配報表伺服器來使用之認證的 ReportServerCredentials 物件。
範例
如需詳細資訊和程式碼範例,請參閱 ReportServerCredentials。