ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ReportModelBase Class / DisableRefreshCancel Property

In This Topic
    DisableRefreshCancel Property
    In This Topic
    Disables Refresh/Cancel button as non-applicable (e.g. .Document is assigned in runtime).
    Syntax
    'Declaration
     
    Public Property DisableRefreshCancel As Boolean
    public bool DisableRefreshCancel {get; set;}
    See Also