共用方式為


Shading 屬性

Type of 3-D shading.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property Shading As ReportEnumProperty(Of ChartThreeDShadingTypes)
    Get
'用途
Dim instance As ChartThreeDProperties
Dim value As ReportEnumProperty(Of ChartThreeDShadingTypes)

value = instance.Shading
public ReportEnumProperty<ChartThreeDShadingTypes> Shading { get; }
public:
property ReportEnumProperty<ChartThreeDShadingTypes>^ Shading {
    ReportEnumProperty<ChartThreeDShadingTypes>^ get ();
}
member Shading : ReportEnumProperty<ChartThreeDShadingTypes>
function get Shading () : ReportEnumProperty<ChartThreeDShadingTypes>