Propriedade Shading
Gets the calculated value of the Shading property in a ChartThreeDProperties class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartThreeDShadingTypes
A ChartThreeDShadingTypes value that represents the calculated value of the Shading property.