Compartir a través de


ShowOverlapped Propiedad

Indicates labels should be displayed even when overlapping issues cannot be resolved.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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