Compartir a través de


GaugeMember.IsColumn Propiedad

Gets a Boolean value that indicates whether this gauge member is a column.

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

Sintaxis

'Declaración
Public ReadOnly Property IsColumn As Boolean 
    Get
'Uso
Dim instance As GaugeMember 
Dim value As Boolean 

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

Valor de la propiedad

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

Vea también

Referencia

GaugeMember Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering