Partilhar via


Propriedade do RDL ChartSmartLabel.ShowOverlapped

Gets an expression that evaluates to a value that indicates whether labels should be displayed even when overlapping issues cannot be resolved.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property ShowOverlapped As ReportBoolProperty 
    Get
'Uso
Dim instance As ChartSmartLabel 
Dim value As ReportBoolProperty 

value = instance.ShowOverlapped
public ReportBoolProperty ShowOverlapped { get; }
public:
property ReportBoolProperty^ ShowOverlapped {
    ReportBoolProperty^ get ();
}
member ShowOverlapped : ReportBoolProperty
function get ShowOverlapped () : ReportBoolProperty

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Consulte também

Referência

ChartSmartLabel Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering