TablixMember.IsTotal Property

Definition

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.

Applies to