Forces content to scroll until the coordinate space of a specific rectangle is visible.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected void MakeVisible( ReportRegion region, bool alignTop ) |
Visual Basic (Declaration) |
---|
Protected Sub MakeVisible ( _ region As ReportRegion, _ alignTop As Boolean _ ) |
Visual C++ |
---|
protected: void MakeVisible( ReportRegion region, bool alignTop ) |
Parameters
- region
- Type: PerpetuumSoft.ReportingServices.Viewer.Client..::.ReportRegion
The report region. The instance of ReportRegion class.
- alignTop
- Type: System..::.Boolean
If it is set to true then scrolling is to top align.