DashboardObjectAllowTotals Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if it is possible to define totals for this object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool AllowTotals { get; }
Public ReadOnly Property AllowTotals As Boolean
Get
public:
virtual property bool AllowTotals {
bool get () sealed;
}
function get_AllowTotals();
Return Value
Type:
BooleanTrue if it is possible to define totals for this object
Remarks See Also