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.

请参阅

参考

DataMember 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间