Результаты поиска для

    Show / Hide Table of Contents

    Class FileParameter

    Inheritance
    System.Object
    FileParameter
    Namespace: FastReport.Cloud
    Assembly: FastReport.Cloud.SDK.dll
    Syntax
    public class FileParameter : object

    Constructors

    FileParameter(System.IO.Stream)

    Declaration
    public FileParameter(System.IO.Stream data)
    Parameters
    Type Name Description
    System.IO.Stream data

    FileParameter(System.IO.Stream, String)

    Declaration
    public FileParameter(System.IO.Stream data, string fileName)
    Parameters
    Type Name Description
    System.IO.Stream data
    System.String fileName

    FileParameter(System.IO.Stream, String, String)

    Declaration
    public FileParameter(System.IO.Stream data, string fileName, string contentType)
    Parameters
    Type Name Description
    System.IO.Stream data
    System.String fileName
    System.String contentType

    Properties

    ContentType

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

    Data

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

    FileName

    Declaration
    public string FileName { get; }
    Property Value
    Type Description
    System.String
    Вверх © 1998-2025 ООО «Быстрые отчеты»