Propriété Shading
Gets the calculated value of the Shading property in a ChartThreeDProperties class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Shading As ChartThreeDShadingTypes
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartThreeDShadingTypes
A ChartThreeDShadingTypes value that represents the calculated value of the Shading property.