ChartThreeDProperties.Inclination 属性

Inclination angle.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property Inclination As ReportExpression(Of Integer)
    Get 
    Set
用法
Dim instance As ChartThreeDProperties 
Dim value As ReportExpression(Of Integer)

value = instance.Inclination

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

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.

请参阅

参考

ChartThreeDProperties 类

Microsoft.ReportingServices.RdlObjectModel 命名空间