FlexReport for WPF
Credential プロパティ (C1SSRSDocumentSource)


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document 名前空間 > C1SSRSDocumentSource クラス : Credential プロパティ
オーバーライドされます。SSRS 接続で使用される資格情報を定義する System.Net.NetworkCredentialオブジェクトを取得または設定します。これは、 C1.WPF.Ssrs.ConnectionOptions.Credentialのショートカットです。
シンタックス
'宣言
 
Public Overrides Property Credential As System.Net.NetworkCredential
'使用法
 
Dim instance As C1SSRSDocumentSource
Dim value As System.Net.NetworkCredential
 
instance.Credential = value
 
value = instance.Credential
public override System.Net.NetworkCredential Credential {get; set;}
参照

C1SSRSDocumentSource クラス
C1SSRSDocumentSource メンバ