Condividi tramite


Proprietà GaugeMember.IsColumn

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

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

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

GaugeMember Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering