Compartir a través de


TablixMember.IsColumn Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property IsColumn As Boolean 
    Get
'Uso
Dim instance As TablixMember 
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

Valor de la propiedad

Tipo: System.Boolean
A Boolean value. true if this tablix member is a member of the column (as opposed to row) hierarchy; otherwise, false.

Vea también

Referencia

TablixMember Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering