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.