FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / C1FlexReport Class / MeasurementPrinterName Property

In This Topic
    MeasurementPrinterName Property (C1FlexReport)
    In This Topic
    Gets or sets the name of the printer used to provide System.Drawing.Graphics used to measure/calculate layouts of C1FlexReport objects, when used GDI/GDI+ functions. This property is only used if MeasurementDevice is set to C1.WPF.Document.MeasurementDevice.Printer.
    Syntax
    'Declaration
     
    Public Shared Property MeasurementPrinterName As String
    public static string MeasurementPrinterName {get; set;}
    See Also