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

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

See Also