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

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.ReportService
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public ReportRegion Region { get; }
Visual Basic (Declaration)
Public ReadOnly Property Region As ReportRegion
Visual C++
public:
property ReportRegion Region {
	ReportRegion get ();
}

See Also