DataPA Enterprise Dashboard Controls API Reference 
        
        
          
            
        
          
            
        
        
          
            
        
          
            
        
        
          
            
        
          
            
        
        
          
            
        
      
      
    The DrillDown type exposes the following members.
          
            
Constructors
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              DrillDown()()()() | 
                 
 Creates and returns a new DrillDown object.
  
               | 
            
| 
                 | 
              DrillDown(SerializationInfo, StreamingContext) | 
                 Initializes a new instance of the DrillDown class 
               | 
            
| 
                 | 
              DrillDown(DashboardObject, DrillDown..::..DrillDownTypeDef) | 
                 
 Creates and returns a new DrillDown object.
  
               | 
            
          
            
Methods
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              Clone | 
                 
 Creates and returns a clone of this object
  
               | 
            
| 
                 | 
              GetObjectData(SerializationInfo) | |
| 
                 | 
              GetObjectData(SerializationInfo, StreamingContext) | |
| 
                 | 
              SetObjectData | 
          
            
Properties
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              ColumnFormat | 
                 
 Gets the format string for a given column in this drill down.
  
               | 
            
| 
                 | 
              ColumnHeading | 
                 
 Gets the column heading for a given column in this drill down.
  
               | 
            
| 
                 | 
              ColumnIsNumeric | 
                 
 Gets a value that indicates whether a given column in numeric
  
               | 
            
| 
                 | 
              ColumnName | 
                 
 Gets the name of the column selected in the last drill down.
  
               | 
            
| 
                 | 
              ColumnValue | 
                 
 Gets the value of the column selected in the last drill down.
  
               | 
            
| 
                 | 
              ComDrillDownData | 
                 
 Gets the drill down data generated by this drill down object.
  
               | 
            
| 
                 | 
              ComFilteredSourceDataTable | 
                 
 Gets the filtered source data generated by this drill down object.
  
               | 
            
| 
                 | 
              DashboardObject | 
                 
 Gets and sets the DashboardObject object that defines this drill down.
  
               | 
            
| 
                 | 
              DrillDownData | 
                 
 Gets the drill down data generated by this drill down object.
  
               | 
            
| 
                 | 
              DrillDownType | 
                 
 Gets and sets a value that indicates the type of drill down.
  
               | 
            
| 
                 | 
              FilteredSourceDataTable | 
                 
 Gets the filtered source data generated by this drill down object.
  
               | 
            
| 
                 | 
              NoPopup | 
                 
 Gets and sets a property that indicates if the drill down will be opened in a popup window.
  
               | 
            
| 
                 | 
              NumericColumn | 
                 
 Gets a value indicating if a given column in this drill down is numeric.
  
               | 
            
| 
                 | 
              Parent | 
                 
 Gets an object that represents the parent of this object.
  
               | 
            
| 
                 | 
              ProcessButtonLabel | 
                 
 Gets and sets a label that will be shown on the process button.
  
               | 
            
| 
                 | 
              ProcessButtonLocation | 
                 
 Gets and sets a value that indicates the location of the process button.
  
               | 
            
| 
                 | 
              ShowCheckAllUnCheckAll | 
                 
 Gets a value that indicates if the Check All and UnCheck All buttons should be shown on the process button bar.
  
               | 
            
| 
                 | 
              ShowCheckBoxes | 
                 
 Gets and sets a value that indicates if this drill down should show checkboxes and a process button in a data grid.
  
               | 
            
| 
                 | 
              SourceTableRowFilter | 
                 
 Gets a string value that represents the filter that should be applied to the source data table to render this object.
  
               | 
            
| 
                 | 
              Title | 
                 
 Gets and sets a value that defines the title for this DrillDown object.
  
               | 
            
| 
                 | 
              URL | 
                 
 Gets and sets a URL value used to execute this drill down.
  
               |