ReportSection.grandTotal Method

Definition

Overloads

grandTotal()

Determines whether the FooterText property value can be displayed.

grandTotal(Boolean)

grandTotal()

Determines whether the FooterText property value can be displayed.

public:
 virtual bool grandTotal();
public virtual bool grandTotal ();
abstract member grandTotal : unit -> bool
override this.grandTotal : unit -> bool
Public Overridable Function grandTotal () As Boolean

Returns

true if the FooterText property value is displayed; otherwise, false.

Remarks

The grandTotal property is available only when a report has unnested, multiple data sources.

Applies to

grandTotal(Boolean)

public:
 virtual bool grandTotal(bool _value);
public virtual bool grandTotal (bool _value);
abstract member grandTotal : bool -> bool
override this.grandTotal : bool -> bool
Public Overridable Function grandTotal (_value As Boolean) As Boolean

Parameters

_value
Boolean

Returns

Applies to