Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether this instance of the group contains subtotal data values.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property IsTotal As Boolean
Get
'Usage
Dim instance As DataMember
Dim value As Boolean
value = instance.IsTotal
public bool IsTotal { get; }
public:
property bool IsTotal {
bool get ();
}
member IsTotal : bool
function get IsTotal () : boolean
Property Value
Type: System.Boolean
A Boolean value.