FlexReport for WinForms
InternalExecuteAction メソッド (C1DocumentSource)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : InternalExecuteAction メソッド
The C1DocumentAction defining action to execute.
A IExecutionContext object defining the context to set.
Should be overriden. Executes an action specified by the C1DocumentAction on the document.
シンタックス
'宣言
 
Protected MustOverride Function InternalExecuteAction( _
   ByVal action As C1DocumentAction, _
   ByVal context As IExecutionContext _
) As C1BookmarkPosition
'使用法
 
Dim instance As C1DocumentSource
Dim action As C1DocumentAction
Dim context As IExecutionContext
Dim value As C1BookmarkPosition
 
value = instance.InternalExecuteAction(action, context)
protected abstract C1BookmarkPosition InternalExecuteAction( 
   C1DocumentAction action,
   IExecutionContext context
)

パラメータ

action
The C1DocumentAction defining action to execute.
context
A IExecutionContext object defining the context to set.

戻り値の型

C1BookmarkPosition object specifies position in document where viewer should be positioned when method finished.
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ