DrillDownRequestEventArgs Constructor (String) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new DrillDownRequestEventArgs object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DrillDownRequestEventArgs(
string drillDownString
)
Public Sub New (
drillDownString As String
)
public:
DrillDownRequestEventArgs(
String^ drillDownString
)
DataPAEnterpriseDashboard.DrillDownRequestEventArgs = function(drillDownString);
Parameters
- drillDownString
- Type: SystemString
The string that defines the drill down.
Remarks See Also