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 命名空间