Udostępnij przez


Właściwość IndicatorState.ScaleFactor

Pobiera współczynnik skalowania obrazu stanu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property ScaleFactor As ReportDoubleProperty
    Get
'Użycie
Dim instance As IndicatorState
Dim value As ReportDoubleProperty

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