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