C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / C1FlexReport Class / ExecuteAction Method
The C1.WPF.Document.C1DocumentAction defining action to execute.

In This Topic
ExecuteAction Method (C1FlexReport)
In This Topic
Executes an action specified by the C1.WPF.Document.C1DocumentAction object.
Syntax
'Declaration
 
Public Function ExecuteAction( _
   ByVal action As C1DocumentAction _
) As C1BookmarkPosition
 

Parameters

action
The C1.WPF.Document.C1DocumentAction defining action to execute.

Return Value

Returns the C1.WPF.Document.C1BookmarkPosition object defining position where document should be opened.
See Also