ChartArea.ThreeDProperties Property
Gets the 3-D properties for the chart area.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ThreeDProperties As ChartThreeDProperties
Get
'Usage
Dim instance As ChartArea
Dim value As ChartThreeDProperties
value = instance.ThreeDProperties
public ChartThreeDProperties ThreeDProperties { get; }
public:
property ChartThreeDProperties^ ThreeDProperties {
ChartThreeDProperties^ get ();
}
member ThreeDProperties : ChartThreeDProperties
function get ThreeDProperties () : ChartThreeDProperties
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartThreeDProperties
A ChartThreeDProperties object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace