DrillDownShowCheckBoxes Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this drill down should show checkboxes and a process button in a data grid.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ShowCheckBoxes { get; set; }
Public Property ShowCheckBoxes As Boolean
Get
Set
public:
virtual property bool ShowCheckBoxes {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowCheckBoxes();
function set_ShowCheckBoxes(value);
Property Value
Type:
BooleanTrue if this drill down should show checkboxes and a process button in a data grid.
Return Value
Type:
BooleanTrue if this drill down should show checkboxes and a process button in a data grid.
Remarks If set to true, checkboxes and a process button will be shown on a data grid. If pressed, the selected rows will be passed in the SelectedRowsProcessRequest event.
See Also