locked
change the title of the parameter dialog (SSRS report) RRS feed

  • Question

  • I want to change the title of the parameter dialog  
    according to the calling menu item.
    I tried this code in the method " Main" the controller
    but it did not work for me...

    if(_args.menuItemName() == menuitemoutputstr(menuitem1))

    {

           controller.parmDialogCaption("caption1");

          

    }

    else

    {

    controller.parmDialogCaption("caption2");

     

    }

     

     Regards,

    Tuesday, April 28, 2015 11:31 AM

All replies

  • Hi Kima,

    what exactly are you trying to do?. Are you trying to differentiate between reports run from a record versus from a list?. Please let me know.

    regards

    Jithesh

    Tuesday, April 28, 2015 11:14 PM