Class TaskSettingsVM
Inheritance
System.Object
TaskSettingsVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class TaskSettingsVM : CloudBaseVM
Properties
ExportReport
Declaration
public bool? ExportReport { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ExportTemplate
Declaration
public bool? ExportTemplate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
FetchData
Declaration
public bool? FetchData { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Prepare
Declaration
public bool? Prepare { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
SendViaEmail
Declaration
public bool? SendViaEmail { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
SendViaWebhook
Declaration
public bool? SendViaWebhook { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ThumbnailReport
Declaration
public bool? ThumbnailReport { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ThumbnailTemplate
Declaration
public bool? ThumbnailTemplate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
UploadToFTP
Declaration
public bool? UploadToFTP { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|