Search the Wiki

Viewing 190 to 192 of 409 items

Previewing

The most high-profile and often-used form of report output is contained in the Print Preview form. The Print Preview form is launched automatically when the Print method of report component is called (and the DeviceType property has been set to ‘Screen’). The Print Preview form is pictured below. The user can preview any page of  Full Article…

0

End-User Options

You can control whether end users can Archive or Print to any of the supported file formats using the following properties of the Report object: ▪ AllowPrintToArchive ▪ AllowPrintToFile Setting AllowPrintToArchive to True will enable end users to archive reports. You would then need to provide a user-interface for previewing and printing the archived files  Full Article…

0

Custom Printer Settings

ReportBuilder contains a host of properties that allow you to control various aspects of the print job.    Property Description   BinName The name of the bin (paper tray) containing the paper on which the report will be printed. A common use of this property is to set it to Manual Feed on mailing label reports.  Full Article…

0