Gets a value that indicates whether this tablix member 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 TablixMember
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. true if this tablix member is a member of the column (as opposed to row) hierarchy; otherwise, false.