ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / CanExport Property

In This Topic
    CanExport Property (Viewer)
    In This Topic
    Indicates whether the loaded report can be exported or not. Returns "false" if export is not permitted.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanExport As Boolean
    public bool CanExport {get;}
    See Also