I have a report controller class and am trying to prevent the parameters dialog from showing in certain instances.
myController.parmShowDialog(false);
myController.StartOperation();
the parmShowDialog is not preventing the dialog from showing.
I have a report controller class and am trying to prevent the parameters dialog from showing in certain instances.
myController.parmShowDialog(false);
myController.StartOperation();
the parmShowDialog is not preventing the dialog from showing.