DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The Next DashboardAlert in the collection.
      
    
 Gets the Next DashboardAlert in the collection.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public DashboardAlert GetNextDashboardAlert( DashboardAlert DashboardAlert )  | 
| Visual Basic | 
|---|
Public Function GetNextDashboardAlert ( DashboardAlert As DashboardAlert ) As DashboardAlert  | 
| Visual C++ | 
|---|
public: virtual DashboardAlert^ GetNextDashboardAlert( DashboardAlert^ DashboardAlert ) sealed  | 
Parameters
- DashboardAlert
 - Type: DataPAEnterpriseDashboard..::..DashboardAlert
The current DashboardAlert in the collection. 
Return Value
Type: DashboardAlertThe Next DashboardAlert in the collection.