ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / ReportPaneViewModel Class / IsActive Property

In This Topic
    IsActive Property (ReportPaneViewModel)
    In This Topic
    Gets/sets value indicating if current report pane is active
    Syntax
    'Declaration
     
    Public Property IsActive As Boolean
    public bool IsActive {get; set;}
    See Also