Partager via


Propriété ChartThreeDPropertiesInstance.Clustered

Gets the calculated value of the Clustered property in a ChartThreeDProperties class.

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

Syntaxe

'Déclaration
Public ReadOnly Property Clustered As Boolean 
    Get
'Utilisation
Dim instance As ChartThreeDPropertiesInstance 
Dim value As Boolean 

value = instance.Clustered
public bool Clustered { get; }
public:
property bool Clustered {
    bool get ();
}
member Clustered : bool
function get Clustered () : boolean

Valeur de propriété

Type : System.Boolean
A Boolean value that represents the calculated value of the Clustered property.

Voir aussi

Référence

ChartThreeDPropertiesInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering