Shifts the visible area of the screen to guarantee that the specified report is visible.

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

Syntax

C#
public void EnsureVisible(
	ReportRegion region
)
Visual Basic (Declaration)
Public Sub EnsureVisible ( _
	region As ReportRegion _
)
Visual C++
public:
void EnsureVisible(
	ReportRegion region
)

Parameters

region
Type: PerpetuumSoft.ReportingServices.Viewer.Client..::.ReportRegion
The region. The instance of ReportRegion class.

See Also