DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if this dashboard has data.
      
    
 Gets a value that indicates if this dashboard has data.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public bool HasData { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property HasData As Boolean Get  | 
| Visual C++ | 
|---|
public: virtual property bool HasData { bool get () sealed; }  | 
Return Value
Type: BooleanTrue if this dashboard has data.