ColSpan 属性
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 ColSpan As Integer
Get
用法
Dim instance As DataMember
Dim value As Integer
value = instance.ColSpan
public abstract int ColSpan { get; }
public:
virtual property int ColSpan {
int get () abstract;
}
abstract ColSpan : int
abstract function get ColSpan () : int
属性值
类型:System. . :: . .Int32
An int value.