DashboardObjectDropDownListArray Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public static string[][] DropDownListArray(
ControlPanelObject PanelObject,
ref string SelectedValue,
ref bool UseQuotedString
)
Public Shared Function DropDownListArray (
PanelObject As ControlPanelObject,
ByRef SelectedValue As String,
ByRef UseQuotedString As Boolean
) As String()()
public:
static array<array<String^>^>^ DropDownListArray(
ControlPanelObject^ PanelObject,
String^% SelectedValue,
bool% UseQuotedString
)
DataPAEnterpriseDashboard.DashboardObject.DropDownListArray = function(PanelObject, SelectedValue, UseQuotedString);
Parameters
- PanelObject
- Type: DataPAEnterpriseDashboardControlPanelObject
- SelectedValue
- Type: SystemString
- UseQuotedString
- Type: SystemBoolean
Return Value
Type:
StringSee Also