Forces content to scroll until the coordinate space of a specific rectangle is visible.
Namespace:
PerpetuumSoft.Reporting.Silverlight.ClientAssembly: PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.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
- alignTop
- Type: System..::.Boolean