Run User Action by Default

Run User Action by Default

Comments

  • I have a user action and am hoping to run it on click of the button rather than opening the user action menu. I am unable to configure it to work this way. Is this possible?

    [img]https://i.imgur.com/hEEgxzo.png[/img]
    [i]edited by Gruber on 7/22/2019[/i]

  • It doesnt look like we can set a default action when using the Button action type.

    One way to run the action on click would be to use the [b]Default [/b]Grid Settings type on your ReportViewer and have the [b]Is Default Grid Action[/b] property set to True on your created Action.

    [img]https://i.imgur.com/p6on9GG.png[/img]
    [i]edited by kshitij@decisions.com on 7/22/2019[/i]

  • Unknown
    edited December 2023

    For version 7 and above this can achieve by this method. By checking IsDefaultGridAction in user action properties and In designer report changing GridSettingType as Specified and RowLeftClickActionType to DefaultAction.

    "8/18/2022 10:56:41 AM

Sign In or Register to comment.