Partager via


Propriété DataMember.ColSpan

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property ColSpan As Integer 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int32
An int value.

Voir aussi

Référence

DataMember Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering