Partilhar via


Propriedade do RDL ScaleFactor

Gets the scale factor of the state indicator.

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

Sintaxe

'Declaração
Public ReadOnly Property ScaleFactor As ReportDoubleProperty
    Get
'Uso
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