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>
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'ChartThreeDShadingTypes> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.