Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the calculated value of the Clustered property in a ChartThreeDProperties class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Clustered As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value that represents the calculated value of the Clustered property.
See Also
Reference
ChartThreeDPropertiesInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace