Compartilhar via


Propriedade do RDL GaugeMember.IsColumn

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

GaugeMember Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering