Partilhar via


Propriedade do RDL ChartSmartLabelInstance.MinMovingDistance

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

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

Sintaxe

'Declaração
Public ReadOnly Property MinMovingDistance As ReportSize 
    Get
'Uso
Dim instance As ChartSmartLabelInstance 
Dim value As ReportSize 

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the MinMovingDistance property.

Consulte também

Referência

ChartSmartLabelInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering