ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / SetCreationDevice Method
Value of C1Report.CreationDevice property.
Value of C1Report.CreationPrinterName property.

In This Topic
    SetCreationDevice Method (C1Report)
    In This Topic
    Assigns specified values to the C1Report.CreationDevice and C1Report.CreationPrinterName properties. Using this method is more efficient than setting the two properties individually.
    Syntax
    'Declaration
     
    Public Sub SetCreationDevice( _
       ByVal creationDevice As MeasurementDeviceEnum, _
       ByVal creationPrinterName As String _
    ) 
    public void SetCreationDevice( 
       MeasurementDeviceEnum creationDevice,
       string creationPrinterName
    )

    Parameters

    creationDevice
    Value of C1Report.CreationDevice property.
    creationPrinterName
    Value of C1Report.CreationPrinterName property.
    See Also