Class ExportReportVM
Inheritance
System.Object
ExportReportVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class ExportReportVM : CloudBaseVM
Properties
ExportParameters
Declaration
public System.Collections.Generic.IDictionary<string, string> ExportParameters { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
FolderId
Declaration
public string FolderId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ExportFormat Format { get; set; }
Property Value
Locale
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
PagesCount
Declaration
public int? PagesCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|