Gets or sets the value which indicates if the search should start from begining.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool FromBegining { get; set; }
Visual Basic (Declaration)
Public Property FromBegining As Boolean
Visual C++
public:
property bool FromBegining {
	bool get ();
	void set (bool value);
}

See Also