Width プロパティ
放射状ゲージでは親スケールの半径に対する比率で表した目盛りの幅、線形ゲージでは幅または高さの短い方に対する比率で表した目盛りの幅。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Width As ReportDoubleProperty
Get
'使用
Dim instance As TickMarkStyle
Dim value As ReportDoubleProperty
value = instance.Width
public ReportDoubleProperty Width { get; }
public:
property ReportDoubleProperty^ Width {
ReportDoubleProperty^ get ();
}
member Width : ReportDoubleProperty
function get Width () : ReportDoubleProperty