FlexReport for WPF
SecurityError イベント (C1DocumentSource)


C1.WPF.Document.4.5.2 アセンブリ > C1.WPF.Document 名前空間 > C1DocumentSource クラス : SecurityError イベント
ドキュメントソースの操作中にセキュリティ例外が発生したときに発生します。このイベントを使用すると、 System.Net.NetworkCredentialなどのセキュリティ関連のプロパティを修正し、新しい資格情報で、失敗した操作を再試行できます。
シンタックス
'宣言
 
Public Event SecurityError As SecurityErrorEventHandler
'使用法
 
Dim instance As C1DocumentSource
Dim handler As SecurityErrorEventHandler
 
AddHandler instance.SecurityError, handler
public event SecurityErrorEventHandler SecurityError
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、SecurityErrorEventArgs 型の引数を受け取りました。次の SecurityErrorEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets the number of failed open attempts.  
Get the connection path accessing which caused the security error.  
Gets or sets a value indicating whether the C1DocumentSource should retry the operation which caused the security error. The default value is false.  
参照