ChartThreeDProperties.Shading 属性

Gets an expression that evaluates to the 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>