Udostępnij przez


Właściwość ChartThreeDProperties.Inclination

Pobiera wyrażenie kąt nachylenia.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Inclination As ReportIntProperty
    Get
'Użycie
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