Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Inclination angle.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Inclination As ReportExpression(Of Integer)
Get
Set
'Usage
Dim instance As ChartThreeDProperties
Dim value As ReportExpression(Of Integer)
value = instance.Inclination
instance.Inclination = value
public ReportExpression<int> Inclination { get; set; }
public:
property ReportExpression<int> Inclination {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member Inclination : ReportExpression<int> with get, set
function get Inclination () : ReportExpression<int>
function set Inclination (value : ReportExpression<int>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.