DashboardDesignerOpenDashboardDelayedRender Method |
|
DataPA OpenAnalytics API Reference
Opens a ManagedDashboard object from disk and delays the rendering of the dashboard until after a query is refreshed.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool OpenDashboardDelayedRender(
string FileName
)
Public Function OpenDashboardDelayedRender (
FileName As String
) As Boolean
public:
virtual bool OpenDashboardDelayedRender(
String^ FileName
) sealed
function OpenDashboardDelayedRender(FileName);
Parameters
- FileName
- Type: SystemString
Name of the file to open.
Return Value
Type:
BooleanTrue if dashboard is opened.
Remarks See Also