Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Gets the calculated value of the ShowOverlapped property in a ChartSmartLabel class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ShowOverlapped As Boolean
Get
'Uso
Dim instance As ChartSmartLabelInstance
Dim value As Boolean
value = instance.ShowOverlapped
public bool ShowOverlapped { get; }
public:
property bool ShowOverlapped {
bool get ();
}
member ShowOverlapped : bool
function get ShowOverlapped () : boolean
Valor da propriedade
Tipo: System.Boolean
A Boolean value that represents the calculated value of the ShowOverlapped property.
Exemplos
s
Consulte também
Referência
ChartSmartLabelInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering