CellsetTotalsRows Property |
Gets the grand totals rows, when totals are requested.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public abstract IList<DataTuple> TotalsRows { get; }
Public MustOverride ReadOnly Property TotalsRows As IList(Of DataTuple)
Get
public:
virtual property IList<DataTuple^>^ TotalsRows {
IList<DataTuple^>^ get () abstract;
}
abstract TotalsRows : IList<DataTuple> with get
Property Value
Type:
IListDataTupleSee Also