Gets ReportRegion the report area where the element with the required text is located.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client.ReportService
Assembly:  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 ();
}

Field Value

The report region. The instance of ReportRegion class.

See Also