Click or drag to resize
DrillDownRequestEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event aurguments passed by DashboardObjectPanel and FlashBrowsers in DrillDownRequest event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardDrillDownRequestEventArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public class DrillDownRequestEventArgs : EventArgs, 
	_DrillDownRequestEventArgs

The DrillDownRequestEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDrillDownRequestEventArgs
Creates and returns a new DrillDownRequestEventArgs object.
Public methodDrillDownRequestEventArgs(String)
Creates and returns a new DrillDownRequestEventArgs object.
Public methodDrillDownRequestEventArgs(String, DrillDownGridColumnDetails)
Creates and returns a new DrillDownRequestEventArgs object.
Public methodDrillDownRequestEventArgs(String, DrillDownGridColumnDetails, DrillDownGridRowDetails)
Creates and returns a new DrillDownRequestEventArgs object.
Top
Fields
Properties
  NameDescription
Public propertydrillDownString
Gets the string that defines the drill down.
Public propertygridColumnDetails
Gets the grid column details that defines the column clicked in the grid to fire the drill down.
Public propertygridRowDetails
Gets the grid row details that defines the columns that make up the row clicked in the grid to fire the drill down.
Top
Remarks