Partager via


Propriété ChartMember.IsCategory

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property IsCategory As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ChartMember Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering