Gets totals calculation settings collection

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public DataBandTotalCollection Totals { get; }
Visual Basic (Declaration)
Public ReadOnly Property Totals As DataBandTotalCollection
Visual C++
public:
property DataBandTotalCollection^ Totals {
	DataBandTotalCollection^ get ();
}

See Also