Propriedade do RDL ChartSmartLabel.MarkerOverlapping
Gets an expression that evaluates to a value that indicates point labels are allowed to overlap point markers.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property MarkerOverlapping As ReportBoolProperty
Get
'Uso
Dim instance As ChartSmartLabel
Dim value As ReportBoolProperty
value = instance.MarkerOverlapping
public ReportBoolProperty MarkerOverlapping { get; }
public:
property ReportBoolProperty^ MarkerOverlapping {
ReportBoolProperty^ get ();
}
member MarkerOverlapping : ReportBoolProperty
function get MarkerOverlapping () : ReportBoolProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering