ChartThreeDPropertiesInstance.Shading-Eigenschaft
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartThreeDShadingTypes
A ChartThreeDShadingTypes value that represents the calculated value of the Shading property.
Siehe auch
Verweis
ChartThreeDPropertiesInstance Klasse
Microsoft.ReportingServices.OnDemandReportRendering-Namespace