次の方法で共有


CellContents.RowSpan プロパティ

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

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

構文

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

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

プロパティ値

型: System.Int32
int 値。

関連項目

参照

CellContents クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間