DashboardDesignerShowLastRunDetails Method |
|
DataPA OpenAnalytics API Reference
Shows the details of the last run of a query.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void ShowLastRunDetails(
string QueryID = ""
)
Public Sub ShowLastRunDetails (
Optional QueryID As String = ""
)
public:
virtual void ShowLastRunDetails(
String^ QueryID = L""
) sealed
function ShowLastRunDetails(QueryID);
Parameters
- QueryID (Optional)
- Type: SystemString
The query id
Remarks See Also