DataPA Enterprise Dashboard Controls API Reference

The DrillDown type exposes the following members.

Constructors

  Name Description
Public method DrillDown()()()()
Creates and returns a new DrillDown object.
Protected method DrillDown(SerializationInfo, StreamingContext)
Initializes a new instance of the DrillDown class
Public method DrillDown(DashboardObject, DrillDown..::..DrillDownTypeDef)
Creates and returns a new DrillDown object.

Methods

  Name Description
Public method Clone
Creates and returns a clone of this object
Public method GetObjectData(SerializationInfo)
Public method GetObjectData(SerializationInfo, StreamingContext)
Protected method SetObjectData

Properties

  Name Description
Public property ColumnFormat
Gets the format string for a given column in this drill down.
Public property ColumnHeading
Gets the column heading for a given column in this drill down.
Public property ColumnIsNumeric
Gets a value that indicates whether a given column in numeric
Public property ColumnName
Gets the name of the column selected in the last drill down.
Public property ColumnValue
Gets the value of the column selected in the last drill down.
Public property ComDrillDownData
Gets the drill down data generated by this drill down object.
Public property ComFilteredSourceDataTable
Gets the filtered source data generated by this drill down object.
Public property DashboardObject
Gets and sets the DashboardObject object that defines this drill down.
Public property DrillDownData
Gets the drill down data generated by this drill down object.
Public property DrillDownType
Gets and sets a value that indicates the type of drill down.
Public property FilteredSourceDataTable
Gets the filtered source data generated by this drill down object.
Public property NoPopup
Gets and sets a property that indicates if the drill down will be opened in a popup window.
Public property NumericColumn
Gets a value indicating if a given column in this drill down is numeric.
Public property Parent
Gets an object that represents the parent of this object.
Public property ProcessButtonLabel
Gets and sets a label that will be shown on the process button.
Public property ProcessButtonLocation
Gets and sets a value that indicates the location of the process button.
Public property ShowCheckAllUnCheckAll
Gets a value that indicates if the Check All and UnCheck All buttons should be shown on the process button bar.
Public property ShowCheckBoxes
Gets and sets a value that indicates if this drill down should show checkboxes and a process button in a data grid.
Public property SourceTableRowFilter
Gets a string value that represents the filter that should be applied to the source data table to render this object.
Public property Title
Gets and sets a value that defines the title for this DrillDown object.
Public property URL
Gets and sets a URL value used to execute this drill down.

See Also