Class CreatePrepareTemplateTaskVM
Inheritance
System.Object
CreatePrepareTemplateTaskVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class CreatePrepareTemplateTaskVM : CreateTransformTaskBaseVM
Properties
Exports
Declaration
public System.Collections.Generic.ICollection<CreateExportReportTaskVM> Exports { get; set; }
Property Value
PagesCount
Declaration
public int PagesCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReportParameters
Declaration
public System.Collections.Generic.IDictionary<string, string> ReportParameters { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|