Class FileParameter
Inheritance
System.Object
FileParameter
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 |
|