Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Size of the bulb, as a percent of the scale width.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property BulbSize As ReportDoubleProperty
Get
'Usage
Dim instance As Thermometer
Dim value As ReportDoubleProperty
value = instance.BulbSize
public ReportDoubleProperty BulbSize { get; }
public:
property ReportDoubleProperty^ BulbSize {
ReportDoubleProperty^ get ();
}
member BulbSize : ReportDoubleProperty
function get BulbSize () : ReportDoubleProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace