StateIndicator.ScaleFactor Property

Gets the scale factor of the state indicator.

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

Syntax

'Declaration
Public ReadOnly Property ScaleFactor As ReportDoubleProperty 
    Get
'Usage
Dim instance As StateIndicator 
Dim value As ReportDoubleProperty 

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

See Also

Reference

StateIndicator Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace