IsCategory 속성
Indicates this is a member of the category (as opposed to series) hierarchy.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public MustOverride ReadOnly Property IsCategory As Boolean
Get
‘사용 방법
Dim instance As ChartMember
Dim value As Boolean
value = instance.IsCategory
public abstract bool IsCategory { get; }
public:
virtual property bool IsCategory {
bool get () abstract;
}
abstract IsCategory : bool
abstract function get IsCategory () : boolean
속성 값
형식: System. . :: . .Boolean
A Boolean value.