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