Gets the screen coordinates of the selected area.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
protected abstract Rect RectToScreen( ReportRegion region ) |
| Visual Basic (Declaration) |
|---|
Protected MustOverride Function RectToScreen ( _ region As ReportRegion _ ) As Rect |
| Visual C++ |
|---|
protected: virtual Rect RectToScreen( ReportRegion region ) abstract |
Parameters
- region
- Type: PerpetuumSoft.ReportingServices.Viewer.Client..::.ReportRegion
The report region. The instance of ReportRegion class.