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

In This Topic
    EnableShapes Property
    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