Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets the calculated value of the Inclination property in a ChartThreeDProperties class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Inclination As Integer
Get
'Usage
Dim instance As ChartThreeDPropertiesInstance
Dim value As Integer
value = instance.Inclination
public int Inclination { get; }
public:
property int Inclination {
int get ();
}
member Inclination : int
function get Inclination () : int
Property Value
Type: System.Int32
An int value that represents the calculated value of the Inclination property.
See Also
Reference
ChartThreeDPropertiesInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace