ServerPrinters

Top  Previous  Next

ServerPrinters combo box lists the printers defined on the server computer where the web application runs. The options of this element are construct from "mor_reporter_serverprinters" data source provided by the Reporter component.

The XML structure of this data source is as follows.

  <mor_reporter_serverprinters>

    <item>

      <ID>printer-id</ID>

      <NAME>printer-name</NAME>

    </item>

    <item>

      <ID>printer-id</ID>

      <NAME>printer-name</NAME>

    </item>

  </mor_reporter_serverprinters>