Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets a value that indicates whether the member is an auto-subtotal created by publishing. For chart, this is always false.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Property IsTotal As Boolean
Get
'Uso
Dim instance As ChartMember
Dim value As Boolean
value = instance.IsTotal
public abstract bool IsTotal { get; }
public:
virtual property bool IsTotal {
bool get () abstract;
}
abstract IsTotal : bool
abstract function get IsTotal () : boolean
Valor da propriedade
Tipo: System.Boolean
A Boolean value that indicates whether the member is an auto-subtotal created by publishing.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering