Compartir a través de


Shading Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Shading As ChartThreeDShadingTypes
    Get
'Uso
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

Valor de la propiedad

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