다음을 통해 공유


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>)