RVTDocs.com

ScheduleDefinition.ShowGrandTotalTitle

Property
Description:
Indicates if the grand total row should display a title.
Remarks:

The title consists of the text "Grand total".

ShowGrandTotalTitle can only be enabled if ShowGrandTotal is enabled.

Syntax
public bool ShowGrandTotalTitle { get; set; }
Exceptions
Exception Condition
InvalidOperationException When setting this property: Display of a grand total row is not enabled.