DrillDownColumnValue Property |
|
DataPA OpenAnalytics 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 public string ColumnValue { get; }
Public ReadOnly Property ColumnValue As String
Get
public:
virtual property String^ ColumnValue {
String^ get () sealed;
}
function get_ColumnValue();
Return Value
Type:
StringThe value of the column selected in the last drill down.
Remarks See Also