MaxMovingDistance Propiedad
The maximum distance from the data point that data point labels are allowed to be moved in case of overlapping.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.