Свойство IsColumn

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsColumn As Boolean
    Get
'Применение
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

Значение свойства

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