DrillDownProcessButtonLabel Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a label that will be shown on the process button.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string ProcessButtonLabel { get; set; }
Public Property ProcessButtonLabel As String
Get
Set
public:
virtual property String^ ProcessButtonLabel {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ProcessButtonLabel();
function set_ProcessButtonLabel(value);
Property Value
Type:
StringThe label that will be shown on the process button.
Return Value
Type:
StringThe label that will be shown on the process button.
Remarks If you give a CHR(1) delimetered list, a button will be created for each item in the list.
See Also