Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Offset of the bulb from the zero position, as a percent of the scale length.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property BulbOffset As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As Thermometer
Dim value As ReportExpression(Of Double)
value = instance.BulbOffset
instance.BulbOffset = value
public ReportExpression<double> BulbOffset { get; set; }
public:
property ReportExpression<double> BulbOffset {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member BulbOffset : ReportExpression<float> with get, set
function get BulbOffset () : ReportExpression<double>
function set BulbOffset (value : ReportExpression<double>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.