Partilhar via


Propriedade do RDL BulbOffset

Offset of the bulb from the zero position, as a percent of the scale length.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property BulbOffset As ReportDoubleProperty
    Get
'Uso
Dim instance As Thermometer
Dim value As ReportDoubleProperty

value = instance.BulbOffset
public ReportDoubleProperty BulbOffset { get; }
public:
property ReportDoubleProperty^ BulbOffset {
    ReportDoubleProperty^ get ();
}
member BulbOffset : ReportDoubleProperty
function get BulbOffset () : ReportDoubleProperty