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