次の方法で共有


ChartSmartLabelInstance.MinMovingDistance プロパティ

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

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

構文

'宣言
Public ReadOnly Property MinMovingDistance As ReportSize 
    Get
'使用
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

プロパティ値

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

関連項目

参照

ChartSmartLabelInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間