DrillDownProcessButtonLocation Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the location of the process button.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DrillDownProcessButtonLocationType ProcessButtonLocation { get; set; }
Public Property ProcessButtonLocation As DrillDownProcessButtonLocationType
Get
Set
public:
virtual property DrillDownProcessButtonLocationType ProcessButtonLocation {
DrillDownProcessButtonLocationType get () sealed;
void set (DrillDownProcessButtonLocationType value) sealed;
}
function get_ProcessButtonLocation();
function set_ProcessButtonLocation(value);
Property Value
Type:
DrillDownProcessButtonLocationType0 if the button is at the top, 1 if the button is at the bottom, 2 if the button is on the left or 3 if the button is on the right.
Return Value
Type:
DrillDownProcessButtonLocationType0 if the button is at the top, 1 if the button is at the bottom, 2 if the button is on the left or 3 if the button is on the right.
Remarks See Also