Propriété MinMovingDistance
Gets the calculated value of the MinMovingDistance property in a ChartSmartLabel class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MinMovingDistance As ReportSize
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize value that represents the calculated value of the MinMovingDistance property.