Search Results for

    Show / Hide Table of Contents

    Class ReportSearchParams

    Inheritance
    System.Object
    ReportSearchParams
    Namespace: FastReport.Web.Services
    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
    Back to top © 1998-2025 Copyright Fast Reports Inc.