次の方法で共有


RadialScale.Radius プロパティ

スケールの半径をゲージに対する比率で示す値に評価される式を取得します。

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

構文

'宣言
Public ReadOnly Property Radius As ReportDoubleProperty 
    Get
'使用
Dim instance As RadialScale 
Dim value As ReportDoubleProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
ReportDoubleProperty オブジェクト。

関連項目

参照

RadialScale クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間