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.

Definition

Namespace: inmydata.WindowsForms.Library
Assembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class DrillDownDataValues : DrillDownDataValues_DrillDownDataValues

Constructors

Properties

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

See Also