FlexReport for WinForms
AsyncMethodsUseAwaitPattern プロパティ (C1DocumentSource)


C1.Document アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : AsyncMethodsUseAwaitPattern プロパティ
Gets or sets a value indicating whether calls to async methods of the current document source expect the async/await pattern to be used by the calling code. If this property is true, then the *Completed events (such as GenerateCompleted, GenerateCompleted and others) do not fire.
シンタックス
'宣言
 
Public Property AsyncMethodsUseAwaitPattern As System.Boolean
'使用法
 
Dim instance As C1DocumentSource
Dim value As System.Boolean
 
instance.AsyncMethodsUseAwaitPattern = value
 
value = instance.AsyncMethodsUseAwaitPattern
public System.bool AsyncMethodsUseAwaitPattern {get; set;}
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ