TablixMember.IsTotal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether this is an autogenerated subtotal member, to be rendered only if there exist no peer members.
public:
abstract property bool IsTotal { bool get(); };
public abstract bool IsTotal { get; }
member this.IsTotal : bool
Public MustOverride ReadOnly Property IsTotal As Boolean
Property Value
A Boolean
value. true
if this is an autogenerated subtotal member, to be rendered only if there exist no peer members; otherwise, false
.