Condividi tramite


Proprietà DataMember.IsColumn

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property IsColumn As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

DataMember Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering