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