DrillDownDataValues Class
The DrillDownDataValues class is passed in the DrillDownEventArgs class in the Drilldown event of the AnalyticsControl and provides information relating to the data element drilled into.
Namespace: inmydata.WindowsForms.LibraryAssembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
public class DrillDownDataValues : DrillDownDataValues_DrillDownDataValues
Public Class DrillDownDataValues
Implements DrillDownDataValues_DrillDownDataValues
DEFINE VARIABLE chComHandle AS COM-HANDLE NO-UNDO.
CREATE "inmydata.WindowsForms.Library.DrillDownDataValues" chComHandle.
DEFINE PRIVATE VARIABLE DrillDownDataValues AS CLASS inmydata.WindowsForms.Library.DrillDownDataValues NO-UNDO.
COMValue |
Gets the value of the column this object represents as a string that is accessible to COM interfaces
|
DataType |
Gets and sets the type of the column this object represents
|
Name |
Gets and sets the name of the column this object represents
|
Value |
Gets and sets the value of the column this object represents
|