FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / IFlexViewerToolPanel Interface / SetViewer Method

In This Topic
    SetViewer Method
    In This Topic
    Associates the tool panel with the given instance of the C1FlexViewer control.
    Syntax
    'Declaration
     
    Sub SetViewer( _
       ByVal fv As C1FlexViewer _
    ) 
    void SetViewer( 
       C1FlexViewer fv
    )

    Parameters

    fv
    See Also