Gets the scale step.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
protected abstract double GetZoomFactor()
Visual Basic (Declaration)
Protected MustOverride Function GetZoomFactor As Double
Visual C++
protected:
virtual double GetZoomFactor() abstract

Return Value

The scale step.

See Also