ActiveReports Developer 7
CanExport Property
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : CanExport Property

Glossary Item Box

Indicates whether the loaded report can be exported or not. Returns "false" if export is not permitted.

Syntax

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

See Also