Class UpdatePrepareTemplateTaskVM
Inheritance
System.Object
UpdatePrepareTemplateTaskVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class UpdatePrepareTemplateTaskVM : UpdateTransformTaskBaseVM
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.Nullable<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> |
|