Partager via


Propriété DataMember.IsColumn

Gets a value that indicates whether this is a member of the column (as opposed to row) hierarchy.

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

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property IsColumn As Boolean 
    Get
'Utilisation
Dim instance As DataMember 
Dim value As Boolean 

value = instance.IsColumn
public abstract bool IsColumn { get; }
public:
virtual property bool IsColumn {
    bool get () abstract;
}
abstract IsColumn : bool
abstract function get IsColumn () : boolean

Valeur de propriété

Type : System.Boolean
true if this is a member of a column hierarchy; otherwise, false.

Voir aussi

Référence

DataMember Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering