Back to API Home
Assembly: Dundas.Dashboard.Client (in Dundas.Dashboard.Client.dll) Version: 5.0.0.0 (5.5.0.1000)
trueTruetruetrue (True in Visual Basic) if the dashboard data is supported; otherwise, falseFalsefalsefalse (False in Visual Basic).
Determines whether the dashboard data which the designer wants to add to the DV is supported or not. It may not be supported, for example
if the dimension type is different. The default is trueTruetruetrue (True in Visual Basic).
Namespace: Dundas.Dashboard.DashboardControls.ExtensibilityAssembly: Dundas.Dashboard.Client (in Dundas.Dashboard.Client.dll) Version: 5.0.0.0 (5.5.0.1000)
Syntax
C# |
---|
[ScriptExcludeAttribute] public virtual bool IsDashboardDataSupported( DataVisualizationDataParameters dataVisualizationDataParameters, out string errorMessage ) |
Visual Basic |
---|
<ScriptExcludeAttribute> Public Overridable Function IsDashboardDataSupported ( dataVisualizationDataParameters As DataVisualizationDataParameters, <OutAttribute> ByRef errorMessage As String ) As Boolean |
Parameters
- dataVisualizationDataParameters
- Type: Dundas.Dashboard.DashboardControls.Extensibility..::..DataVisualizationDataParameters
The data visualization data parameters.
- errorMessage
- Type: System..::..String%
The error message to display to the user when the dashboard data is dropped.
Return Value
Type: BooleantrueTruetruetrue (True in Visual Basic) if the dashboard data is supported; otherwise, falseFalsefalsefalse (False in Visual Basic).