Search Results for

    Show / Hide Table of Contents

    Class SaveReportServiceParams

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

    Properties

    Cookies

    Declaration
    public IRequestCookieCollection Cookies { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Http.IRequestCookieCollection

    Host

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

    Port

    Declaration
    public int? Port { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    RequestBody

    Declaration
    public Stream RequestBody { get; set; }
    Property Value
    Type Description
    System.IO.Stream

    Scheme

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

    Methods

    ParseRequest(HttpRequest)

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