Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.