다음을 통해 공유


ChartThreeDProperties.Shading 속성

Type of 3D shading.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property Shading As ReportExpression(Of ChartShadings)
    Get 
    Set
‘사용 방법
Dim instance As ChartThreeDProperties 
Dim value As ReportExpression(Of ChartShadings)

value = instance.Shading

instance.Shading = value
public ReportExpression<ChartShadings> Shading { get; set; }
public:
property ReportExpression<ChartShadings> Shading {
    ReportExpression<ChartShadings> get ();
    void set (ReportExpression<ChartShadings> value);
}
member Shading : ReportExpression<ChartShadings> with get, set
function get Shading () : ReportExpression<ChartShadings>
function set Shading (value : ReportExpression<ChartShadings>)

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartShadings>
A ReportExpression<T> object.

참고 항목

참조

ChartThreeDProperties 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스