ManagedDashboardProcessDataGridRowDrillDownString Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public static string ProcessDataGridRowDrillDownString(
ref ManagedDashboard Dashboard,
ref DashboardDataStore DataStore,
string dashboardObjectID,
int rowIndex
)
Public Shared Function ProcessDataGridRowDrillDownString (
ByRef Dashboard As ManagedDashboard,
ByRef DataStore As DashboardDataStore,
dashboardObjectID As String,
rowIndex As Integer
) As String
public:
static String^ ProcessDataGridRowDrillDownString(
ManagedDashboard^% Dashboard,
DashboardDataStore^% DataStore,
String^ dashboardObjectID,
int rowIndex
)
DataPAEnterpriseDashboard.ManagedDashboard.ProcessDataGridRowDrillDownString = function(Dashboard, DataStore, dashboardObjectID, rowIndex);
Parameters
- Dashboard
- Type: DataPAEnterpriseDashboardManagedDashboard
- DataStore
- Type: DataPAEnterpriseDashboardDashboardDataStore
- dashboardObjectID
- Type: SystemString
- rowIndex
- Type: SystemInt32
Return Value
Type:
StringSee Also