FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / MeasurementDevice Property

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