ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Word Assembly / GrapeCity.ActiveReports.Export.Word.Section Namespace / RtfExport Class / EnableShapes Property

In This Topic
    EnableShapes Property (RtfExport)
    In This Topic
    Setting this value to true will export the Shapes and Lines to RTF Format. You will require Microsoft Word to view it correctly.
    Syntax
    'Declaration
     
    Public Property EnableShapes As Boolean
    public bool EnableShapes {get; set;}
    See Also