IsTotal Propiedad
Indicates whether this instance of the group contains subtotal data values.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property IsTotal As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean value.
Vea también