ActiveReports Developer 7
EnableShapes Property
See Also 
GrapeCity.ActiveReports.Export.Word.v7 Assembly > GrapeCity.ActiveReports.Export.Word.Section Namespace > RtfExport Class : EnableShapes Property

Glossary Item Box

Setting this value to true will export the Shapes and Lines to RTF Format. You will require Microsoft Word to view it correctly.

Syntax

Visual Basic (Declaration) 
Public Property EnableShapes As System.Boolean
C# 
public System.bool EnableShapes {get; set;}

See Also