Partager via


Propriété Inclination

Gets an expression that evaluates to the inclination angle.

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

Syntaxe

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