Свойство IsColumn

Indicates this is a member of the column (as opposed to row) hierarchy.

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

Синтаксис

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

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

Тип System. . :: . .Boolean
A Boolean value.