Gets a part of visible content of horizontal 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 HScrollBarViewPort { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property HScrollBarViewPort As Double
Visual C++
public:
virtual property double HScrollBarViewPort {
	double get () abstract;
}

See Also