Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1ReportRtfExporter Class / AbsolutePositioning Property

In This Topic
    AbsolutePositioning Property
    In This Topic
    Gets or sets a value indicating whether absolute positioning of objects is used in the exported RTF file (see C1.C1Report.FileFormatEnum.RTFLabels).
    Syntax
    'Declaration
     
    Public Property AbsolutePositioning As Boolean
    public bool AbsolutePositioning {get; set;}
    See Also