BatchCellsetTotalsRows 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 (25.3.0.1000)
Syntaxpublic override IList<DataTuple> TotalsRows { get; }Public Overrides ReadOnly Property TotalsRows As IList(Of DataTuple)
	Get
public:
virtual property IList<DataTuple^>^ TotalsRows {
	IList<DataTuple^>^ get () override;
}abstract TotalsRows : IList<DataTuple> with get
override TotalsRows : IList<DataTuple> with get
Property Value
Type: 
IListDataTuple
See Also