Compartir a través de


ShowOverlapped Propiedad

Gets the calculated value of the ShowOverlapped property in a ChartSmartLabel class.

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

Sintaxis

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

Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the ShowOverlapped property.

Ejemplos

s