DataCellSetDataGrandTotalsRows Property |
Gets the grand totals rows, when totals are requested.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "grandTotalsRows")]
public IList<DataTupleData> GrandTotalsRows { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "grandTotalsRows")>
Public ReadOnly Property GrandTotalsRows As IList(Of DataTupleData)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"grandTotalsRows")]
property IList<DataTupleData^>^ GrandTotalsRows {
IList<DataTupleData^>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "grandTotalsRows")>]
member GrandTotalsRows : IList<DataTupleData> with get
Property Value
Type:
IListDataTupleDataSee Also