Gets or sets scroll box position on vertical 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 VScrollBarPosition { get; set; } | 
| Visual Basic (Declaration) | 
|---|
Public MustOverride Property VScrollBarPosition As Double  | 
| Visual C++ | 
|---|
public:
virtual property double VScrollBarPosition {
	double get () abstract;
	void set (double value) abstract;
} | 
See Also