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

In This Topic
    SetCreationDevice Method (C1Report)
    In This Topic
    Assigns specified values to the CreationDevice and 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 CreationDevice property.
    creationPrinterName
    Value of CreationPrinterName property.
    See Also