Sdílet prostřednictvím


ChartThreeDPropertiesInstance.Shading Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Shading As ChartThreeDShadingTypes
    Get
'Usage
Dim instance As ChartThreeDPropertiesInstance
Dim value As ChartThreeDShadingTypes

value = instance.Shading
public ChartThreeDShadingTypes Shading { get; }
public:
property ChartThreeDShadingTypes Shading {
    ChartThreeDShadingTypes get ();
}
member Shading : ChartThreeDShadingTypes
function get Shading () : ChartThreeDShadingTypes

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartThreeDShadingTypes
A ChartThreeDShadingTypes value that represents the calculated value of the Shading property.