Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Size of the bulb, as a percent of the scale width.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property BulbSize As ReportExpression(Of Double)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.