Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the ProjectionMode property in a ChartThreeDProperties class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ProjectionMode As ChartThreeDProjectionModes
Get
'Usage
Dim instance As ChartThreeDPropertiesInstance
Dim value As ChartThreeDProjectionModes
value = instance.ProjectionMode
public ChartThreeDProjectionModes ProjectionMode { get; }
public:
property ChartThreeDProjectionModes ProjectionMode {
ChartThreeDProjectionModes get ();
}
member ProjectionMode : ChartThreeDProjectionModes
function get ProjectionMode () : ChartThreeDProjectionModes
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartThreeDProjectionModes
A ChartThreeDProjectionModes value that represents the calculated value of the ProjectionMode property.
See Also
Reference
ChartThreeDPropertiesInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace