Свойство Inclination
Inclination angle.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property Inclination As ReportExpression(Of Integer)
Get
Set
'Применение
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>)
Значение свойства
Тип Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Int32> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.