다음을 통해 공유


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>