ServerReport.ReportServerCredentials 屬性

 

發佈時間: 2016年4月

取得要搭配報表伺服器使用的認證。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

[BrowsableAttribute(false)]
public ReportServerCredentials ReportServerCredentials { get; }
public:
[BrowsableAttribute(false)]
property ReportServerCredentials^ ReportServerCredentials {
    ReportServerCredentials^ get();
}
[<BrowsableAttribute(false)>]
member ReportServerCredentials : ReportServerCredentials with get
<BrowsableAttribute(False)>
Public ReadOnly Property ReportServerCredentials As ReportServerCredentials

屬性值

Type: Microsoft.Reporting.WinForms.ReportServerCredentials

包含要搭配報表伺服器來使用之認證的 ReportServerCredentials 物件。

範例

如需詳細資訊和程式碼範例,請參閱 ReportServerCredentials

請參閱

ServerReport 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首