ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / RtfExportSettings Class / EnableShapes Property

In This Topic
    EnableShapes Property (RtfExportSettings)
    In This Topic
    Gets or sets a value indicating whether to export the Shapes and Lines to RTF Format.
    Syntax
    'Declaration
     
    Public Property EnableShapes As BoolDefaultExportSetting
    public BoolDefaultExportSetting EnableShapes {get; set;}

    Property Value

    A BoolDefaultExportSetting object representing whether to export the Shapes and Lines to RTF Format.
    See Also