Udostępnij za pośrednictwem


ChartThreeDProperties.Shading Property

Type of 3D shading.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Shading As ReportExpression(Of ChartShadings)
    Get 
    Set
'Usage
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>)

Property Value

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

See Also

Reference

ChartThreeDProperties Class

Microsoft.ReportingServices.RdlObjectModel Namespace