ServerReport.ReportServerCredentials プロパティ
レポート サーバーで使用する資格情報を取得または設定します。
名前空間: 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」を参照してください。