RS SP2 Client Side printing programatically (through SOAP API /RSClientprint.dll) !!! ???

  • The default PrintController is PrintControllerWithStatusDialog.

    You can change this by adding one line

    pd.PrinterSettings = printerSettings;

    pd.PrintController = StandardPrintController;      //add this line

    For more fun, try PreviewPrintController.

    I hope this is of some help to you.

  • Any update??

Viewing 2 posts - 16 through 16 (of 16 total)

You must be logged in to reply to this topic. Login to reply