Class ReportSearchParams
Inheritance
System.Object
ReportSearchParams
Assembly: FastReport.OpenSource.Web.dll
Syntax
public class ReportSearchParams
Properties
Backward
Declaration
public string Backward { get; set; }
Property Value
| Type |
Description |
| System.String |
|
MatchCase
Declaration
public string MatchCase { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SearchText
Declaration
public string SearchText { get; set; }
Property Value
| Type |
Description |
| System.String |
|
WholeWord
Declaration
public string WholeWord { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
ParseRequest(HttpRequest)
Declaration
public void ParseRequest(HttpRequest request)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Http.HttpRequest |
request |
|