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 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.
See Also
Reference
ChartThreeDPropertiesInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace