Partager via


Propriété Perspective

Gets an expression that evaluates to the percent of perspective.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Perspective As ReportIntProperty
    Get
'Utilisation
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