Gets or sets DataBandTotalCollection representing settings for totals calculation

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

Syntax

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

See Also