Width プロパティ

レポート上のアイテムの幅を取得します。cm、mm、in、pt、pc などの単位指定子を含みます。

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

構文

'宣言
Public Property Width As ReportSize
    Get
    Set
'使用
Dim instance As ReportItem
Dim value As ReportSize

value = instance.Width

instance.Width = value
public ReportSize Width { get; set; }
public:
property ReportSize^ Width {
    ReportSize^ get ();
    void set (ReportSize^ value);
}
member Width : ReportSize with get, set
function get Width () : ReportSize
function set Width (value : ReportSize)

プロパティ値

型: Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
レポート上のアイテムの幅を表す ReportSize オブジェクトです。

説明

単位指定子の詳細については、「CSS Length Units Reference」を参照してください。