Class UpdateExportReportTaskVM
Inheritance
System.Object
UpdateExportReportTaskVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class UpdateExportReportTaskVM : UpdateTransformTaskBaseVM
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> |
|
Declaration
public ExportFormat? Format { get; set; }
Property Value
PagesCount
Declaration
public int? PagesCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|