ActiveReports 19 .NET Edition
MESCIUS.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;}

    Property Value

    false if export is not permitted; otherwise, true.
    See Also