ChartThreeDProperties.Inclination 属性

Gets an expression that evaluates to the inclination angle.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Inclination As ReportIntProperty 
    Get
用法
Dim instance As ChartThreeDProperties 
Dim value As ReportIntProperty 

value = instance.Inclination
public ReportIntProperty Inclination { get; }
public:
property ReportIntProperty^ Inclination {
    ReportIntProperty^ get ();
}
member Inclination : ReportIntProperty
function get Inclination () : ReportIntProperty

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.

请参阅

参考

ChartThreeDProperties 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间