Gets max value of the Value scrolling control.

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 HScrollBarMaximum { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property HScrollBarMaximum As Double
Visual C++
public:
virtual property double HScrollBarMaximum {
	double get () abstract;
}

See Also