Свойство GaugePanelItem.Height
Height of the item as a percentage of the parent element.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property Height As ReportExpression(Of Double)
Get
Set
'Применение
Dim instance As GaugePanelItem
Dim value As ReportExpression(Of Double)
value = instance.Height
instance.Height = value
public ReportExpression<double> Height { get; set; }
public:
property ReportExpression<double> Height {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member Height : ReportExpression<float> with get, set
function get Height () : ReportExpression<double>
function set Height (value : ReportExpression<double>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel