MaxMovingDistance プロパティ

ChartSmartLabel クラスの MaxMovingDistance プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property MaxMovingDistance As ReportSize
    Get
'使用
Dim instance As ChartSmartLabelInstance
Dim value As ReportSize

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
MaxMovingDistance プロパティの計算値を表す ReportSize 値。