Shifts the visible area of the screen to guarantee that the specified report is visible.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public abstract void EnsureVisible( ReportRegion region, bool alignTop ) |
Visual Basic (Declaration) |
---|
Public MustOverride Sub EnsureVisible ( _ region As ReportRegion, _ alignTop As Boolean _ ) |
Visual C++ |
---|
public: virtual void EnsureVisible( ReportRegion region, bool alignTop ) abstract |
Parameters
- region
- Type: PerpetuumSoft.ReportingServices.Viewer.Client..::.ReportRegion
The region. The instance of ReportRegion class.
- alignTop
- Type: System..::.Boolean
If it is set to true then it is aligned to top.