ChartThreeDProperties.Perspective 属性

Gets an expression that evaluates to the percent of perspective.

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

语法

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

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

属性值

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

请参阅

参考

ChartThreeDProperties 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间