'Declaration Public Property CreationDevice As MeasurementDeviceEnum
public MeasurementDeviceEnum CreationDevice {get; set;}
'Declaration Public Property CreationDevice As MeasurementDeviceEnum
public MeasurementDeviceEnum CreationDevice {get; set;}
Note that while the meaning of this and related CreationPrinterName properties are the same as those properties on a C1.C1Preview.C1PrintDocument, the defaults on a C1Report are not affected by the static properties C1.C1Preview.C1PrintDocument.MeasurementDevice and C1.C1Preview.C1PrintDocument.MeasurementPrinterName. Instead, C1.C1Preview.MeasurementDeviceEnum.Printer is used as the default, and the default printer name is null (which means that the printer is selected automatically). This is done for compatibility with previous versions.
Normally all installed printers would be scanned to obtain a high-resolution reference System.Drawing.Graphics object. In order to bypass this process, set this property to C1.C1Preview.MeasurementDeviceEnum.Screen. In some cases this may increase rendering speed at the cost of some loss in layout accuracy.