Freigeben über


ChartMember.IsCategory-Eigenschaft

Gets a value that indicates whether this is a member of the category (as opposed to series) hierarchy.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property IsCategory As Boolean 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Boolean
A Boolean value that indicates whether this is a member of the category (as opposed to series) hierarchy.

Siehe auch

Verweis

ChartMember Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace