Partilhar via


Propriedade do RDL ChartSmartLabel.MaxMovingDistance

Gets an expression that evaluates to the maximum distance from the data point that data point labels are allowed to be moved in case of overlapping.

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

Sintaxe

'Declaração
Public ReadOnly Property MaxMovingDistance As ReportSizeProperty 
    Get
'Uso
Dim instance As ChartSmartLabel 
Dim value As ReportSizeProperty 

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

Valor da propriedade

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

Consulte também

Referência

ChartSmartLabel Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering