| DrillDown Class |
|
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class DrillDown : _DrillDown, ISerializable, ISerializable
The DrillDown type exposes the following members.
| Name | Description | |
|---|---|---|
| DrillDown |
Creates and returns a new DrillDown object.
| |
| DrillDown(DashboardObject, DrillDownDrillDownTypeDef) |
Creates and returns a new DrillDown object.
| |
| DrillDown(MapDataPlot, DrillDownDrillDownTypeDef) |
Creates and returns a new DrillDown object.
|
| Name | Description | |
|---|---|---|
| Clone |
Creates and returns a clone of this object
| |
| GetObjectData(SerializationInfo) | ||
| GetObjectData(SerializationInfo, StreamingContext) |
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| 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.
| |
| FilteredValue |
Gets the value that the drill down was filtered on
| |
| 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.
| |
| ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
| 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.
|