共用方式為


TablixMember.IsColumn 屬性

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.

請參閱

參考

TablixMember 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間