Search Results for

    Show / Hide Table of Contents

    Class GetReportServiceParams

    Inheritance
    System.Object
    GetReportServiceParams
    Namespace: FastReport.Web.Services
    Assembly: FastReport.OpenSource.Web.dll
    Syntax
    public class GetReportServiceParams

    Properties

    ClickParams

    Declaration
    public ClickParams ClickParams { get; set; }
    Property Value
    Type Description
    ClickParams

    DialogParams

    Declaration
    public DialogParams DialogParams { get; set; }
    Property Value
    Type Description
    DialogParams

    ForceRefresh

    Declaration
    public string ForceRefresh { get; set; }
    Property Value
    Type Description
    System.String

    RenderBody

    Declaration
    public string RenderBody { get; set; }
    Property Value
    Type Description
    System.String

    ReportPageParams

    Declaration
    public ReportPageParams ReportPageParams { get; set; }
    Property Value
    Type Description
    ReportPageParams

    ReportSearchParams

    Declaration
    public ReportSearchParams ReportSearchParams { get; set; }
    Property Value
    Type Description
    ReportSearchParams

    ReportTabParams

    Declaration
    public ReportTabParams ReportTabParams { get; set; }
    Property Value
    Type Description
    ReportTabParams

    SkipPrepare

    Declaration
    public string SkipPrepare { get; set; }
    Property Value
    Type Description
    System.String

    Zoom

    Declaration
    public string Zoom { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ParseRequest(HttpRequest)

    Declaration
    public static GetReportServiceParams ParseRequest(HttpRequest request)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Http.HttpRequest request
    Returns
    Type Description
    GetReportServiceParams
    Back to top © 1998-2025 Copyright Fast Reports Inc.