Gets ReportRegion
the report area where the element with the required text is located.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client.ReportServiceAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public ReportRegion Region { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Region As ReportRegion |
| Visual C++ |
|---|
public: property ReportRegion Region { ReportRegion get (); } |