Width プロパティ
アイテムの幅。線にのみ負のサイズを指定できます。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Overridable ReadOnly Property Width As ReportSize
Get
'使用
Dim instance As ReportItem
Dim value As ReportSize
value = instance.Width
public virtual ReportSize Width { get; }
public:
virtual property ReportSize^ Width {
ReportSize^ get ();
}
abstract Width : ReportSize
override Width : ReportSize
function get Width () : ReportSize