Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / OnInitializeSSRSParametersDialog Method
Dialog that is about to be displayed.
Indicates whether the user causes dialog to show, i.e. user pressed a toolbar button or key combination.
C1.Win.C1Document.C1DocumentSource object parameters of that are edited.

In This Topic
    OnInitializeSSRSParametersDialog Method
    In This Topic
    TBD: Fires InitializeSSRSParametersDialog event, should return false if dialog should NOT be shown.
    Syntax
    'Declaration
     
    Protected Overridable Function OnInitializeSSRSParametersDialog( _
       ByVal dialog As Form, _
       ByVal userAction As Boolean, _
       ByVal documentSource As C1.Win.C1Document.C1DocumentSource _
    ) As Boolean
    protected virtual bool OnInitializeSSRSParametersDialog( 
       Form dialog,
       bool userAction,
       C1.Win.C1Document.C1DocumentSource documentSource
    )

    Parameters

    dialog
    Dialog that is about to be displayed.
    userAction
    Indicates whether the user causes dialog to show, i.e. user pressed a toolbar button or key combination.
    documentSource
    C1.Win.C1Document.C1DocumentSource object parameters of that are edited.

    Return Value

    Returns true if dialog should be shown, otherwise false this indicates that parameters values were defined in the event.
    See Also