DrillDownColumnName Property |
|
DataPA OpenAnalytics API Reference
Gets the name 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 ColumnName { get; }
Public ReadOnly Property ColumnName As String
Get
public:
virtual property String^ ColumnName {
String^ get () sealed;
}
function get_ColumnName();
Return Value
Type:
StringThe name of the column selected in the last drill down.
Remarks See Also