ActualCreationDevice Property (C1Report) | Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / ActualCreationDevice Property

In This Topic
ActualCreationDevice Property (C1Report)
In This Topic
Gets the actual measurement device which was used to generate the report. This device can differ from the one specified by CreationDevice, for example if CreationDevice was set to C1.C1Preview.MeasurementDeviceEnum.Printer but the current system has no printers installed.
Syntax
'Declaration
 
Public ReadOnly Property ActualCreationDevice As MeasurementDeviceEnum
 
See Also