No dox42 output in print destination settings dialog for custom report

Prev Next

Scenario

There is no dox42 output visible in the print destination settings dialog for the custom report.

Print destination settings with highlighted email option and fields for recipient details.

Print destinations settings page with no visible output

Solution

  1. Make sure that the following variables initialized properly in the SRSPrintDestinationSettings class with your custom code when you call the print destination settings dialog:

    • dox42ReportName: report name

    • dox42ReportDesignName: report design name

      Code snippet showing print destination settings and report generation logic in C#.

      SRSPrintDestinationSettings class