次の方法で共有


CellContents.RowSpan プロパティ

このセルがまたがる行数を示します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property RowSpan As Integer 
    Get 
    Set
'使用
Dim instance As CellContents 
Dim value As Integer 

value = instance.RowSpan

instance.RowSpan = value
public int RowSpan { get; set; }
public:
property int RowSpan {
    int get ();
    void set (int value);
}
member RowSpan : int with get, set
function get RowSpan () : int 
function set RowSpan (value : int)

プロパティ値

型: System.Int32
int 値。

関連項目

参照

CellContents クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間