FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / ExecuteAction Method
The C1.WPF.Document.C1DocumentAction defining action to execute.

In This Topic
    ExecuteAction Method (FlexReport)
    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
    public C1BookmarkPosition ExecuteAction( 
       C1DocumentAction action
    )

    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