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 an expression that evaluates to the projection mode used for the 3-D rendering.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ProjectionMode As ReportEnumProperty(Of ChartThreeDProjectionModes)
Get
'Usage
Dim instance As ChartThreeDProperties
Dim value As ReportEnumProperty(Of ChartThreeDProjectionModes)
value = instance.ProjectionMode
public ReportEnumProperty<ChartThreeDProjectionModes> ProjectionMode { get; }
public:
property ReportEnumProperty<ChartThreeDProjectionModes>^ ProjectionMode {
ReportEnumProperty<ChartThreeDProjectionModes>^ get ();
}
member ProjectionMode : ReportEnumProperty<ChartThreeDProjectionModes>
function get ProjectionMode () : ReportEnumProperty<ChartThreeDProjectionModes>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartThreeDProjectionModes>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace