Class PrepareTemplateTaskVM
Inheritance
System.Object
PrepareTemplateTaskVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class PrepareTemplateTaskVM : TransformTaskBaseVM
Properties
ExportIds
Declaration
public System.Collections.Generic.ICollection<string> ExportIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
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> |
|