共用方式為


RowSpan 屬性

Number of rows spanned by this member, were the hierarchy to be treated as a grid.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property RowSpan As Integer
    Get
'用途
Dim instance As DataMember
Dim value As Integer

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

屬性值

型別:System. . :: . .Int32
An int value.