Свойство DataMember.IsColumn
Gets a value that indicates whether 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
true if this is a member of a column hierarchy; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering