DataMember.ColSpan Property
Gets the number of rows spanned by this member, were the hierarchy to be treated as a grid.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ColSpan As Integer
Get
'Usage
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
Property Value
Type: System.Int32
An int value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace