Compartilhar via


Propriedade do RDL ChartSmartLabelInstance.MarkerOverlapping

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

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

Sintaxe

'Declaração
Public ReadOnly Property MarkerOverlapping As Boolean 
    Get
'Uso
Dim instance As ChartSmartLabelInstance 
Dim value As Boolean 

value = instance.MarkerOverlapping
public bool MarkerOverlapping { get; }
public:
property bool MarkerOverlapping {
    bool get ();
}
member MarkerOverlapping : bool
function get MarkerOverlapping () : boolean

Valor da propriedade

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

Consulte também

Referência

ChartSmartLabelInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering