Click or drag to resize
DrillDown Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Handles drill down functionality for DashboardObjects.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardDrillDown

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class DrillDown : _DrillDown, ISerializable, 
	ISerializable

The DrillDown type exposes the following members.

Constructors
Methods
  NameDescription
Public methodClone
Creates and returns a clone of this object
Public methodGetObjectData(SerializationInfo)
Public methodGetObjectData(SerializationInfo, StreamingContext)
Top
Fields
Properties
  NameDescription
Public propertyColumnFormat
Gets the format string for a given column in this drill down.
Public propertyColumnHeading
Gets the column heading for a given column in this drill down.
Public propertyColumnIsNumeric
Gets a value that indicates whether a given column in numeric
Public propertyColumnName
Gets the name of the column selected in the last drill down.
Public propertyColumnValue
Gets the value of the column selected in the last drill down.
Public propertyComDrillDownData
Gets the drill down data generated by this drill down object.
Public propertyComFilteredSourceDataTable
Gets the filtered source data generated by this drill down object.
Public propertyDashboardObject
Gets and sets the DashboardObject object that defines this drill down.
Public propertyDrillDownData
Gets the drill down data generated by this drill down object.
Public propertyDrillDownType
Gets and sets a value that indicates the type of drill down.
Public propertyFilteredSourceDataTable
Gets the filtered source data generated by this drill down object.
Public propertyFilteredValue
Gets the value that the drill down was filtered on
Public propertyNoPopup
Gets and sets a property that indicates if the drill down will be opened in a popup window.
Public propertyNumericColumn
Gets a value indicating if a given column in this drill down is numeric.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets an object that represents the parent of this object.
Public propertyProcessButtonLabel
Gets and sets a label that will be shown on the process button.
Public propertyProcessButtonLocation
Gets and sets a value that indicates the location of the process button.
Public propertyShowCheckAllUnCheckAll
Gets a value that indicates if the Check All and UnCheck All buttons should be shown on the process button bar.
Public propertyShowCheckBoxes
Gets and sets a value that indicates if this drill down should show checkboxes and a process button in a data grid.
Public propertySourceTableRowFilter
Gets a string value that represents the filter that should be applied to the source data table to render this object.
Public propertyTitle
Gets and sets a value that defines the title for this DrillDown object.
Public propertyURL
Gets and sets a URL value used to execute this drill down.
Top
Remarks