Gets or sets control where the required text is located on client side.

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 Object ClientSideControl { get; set; }
Visual Basic (Declaration)
Public Property ClientSideControl As Object
Visual C++
public:
property Object^ ClientSideControl {
	Object^ get ();
	void set (Object^ value);
}

Field Value

The client side control.

Remarks

It is used for client side search.

See Also