Gets max value of the Value scroll bar.

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

Syntax

C#
public abstract double VScrollBarMaximum { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property VScrollBarMaximum As Double
Visual C++
public:
virtual property double VScrollBarMaximum {
	double get () abstract;
}

See Also