Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / InitializeSSRSParametersDialogEventArgs Class / UserAction Property

In This Topic
    UserAction Property (InitializeSSRSParametersDialogEventArgs)
    In This Topic
    TBD: Gets a value indicating whether the user causes dialog to show. This property is false when dialog showed automatically before rendering a document, true indicates that user pressed "Parameters" button in toolbar.
    Syntax
    'Declaration
     
    Public ReadOnly Property UserAction As Boolean
    public bool UserAction {get;}
    See Also