DataPA Enterprise Dashboard Controls API Reference
Gets the value of the column selected in the last drill down.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string ColumnValue { get; } |
Visual Basic |
---|
Public ReadOnly Property ColumnValue As String
Get |
Visual C++ |
---|
public:
virtual property String^ ColumnValue {
String^ get () sealed;
} |
Return Value
Type:
StringThe value of the column selected in the last drill down.
Remarks
See Also