Class PreviewTemplateVM
Inheritance
System.Object
PreviewTemplateVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class PreviewTemplateVM : CloudBaseVM
Properties
CacheTolerance
Declaration
public double CacheTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Locale
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
ReportParameters
Declaration
public System.Collections.Generic.IDictionary<string, string> ReportParameters { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|