IReportServerCredentials.GetFormsCredentials 方法
提供用來連接到報表伺服器的表單驗證。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)
語法
'宣告
Function GetFormsCredentials ( _
<OutAttribute> ByRef authCookie As Cookie, _
<OutAttribute> ByRef userName As String, _
<OutAttribute> ByRef password As String, _
<OutAttribute> ByRef authority As String _
) As Boolean
bool GetFormsCredentials(
out Cookie authCookie,
out string userName,
out string password,
out string authority
)
bool GetFormsCredentials(
[OutAttribute] Cookie^% authCookie,
[OutAttribute] String^% userName,
[OutAttribute] String^% password,
[OutAttribute] String^% authority
)
abstract GetFormsCredentials :
authCookie:Cookie byref *
userName:string byref *
password:string byref *
authority:string byref -> bool
function GetFormsCredentials(
authCookie : Cookie,
userName : String,
password : String,
authority : String
) : boolean
參數
- authCookie
類型:Cookie%
[out] 報表伺服器驗證 Cookie。
- userName
類型:String%
[out] 使用者的名稱。
- password
類型:String%
[out] 使用者的密碼。
- authority
類型:String%
[out] 驗證使用者時所用的權限,如 Microsoft Windows 網域。
傳回值
類型:Boolean
Boolean 值。 true 值表示應該使用的表單驗證。