Class GetReportController.GetReportParams
Inheritance
System.Object
GetReportController.GetReportParams
Assembly: FastReport.OpenSource.Web.dll
Syntax
public sealed class GetReportParams
Properties
ForceRefresh
Declaration
public string ForceRefresh { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderBody
Declaration
public string RenderBody { get; set; }
Property Value
Type |
Description |
System.String |
|
ReportId
Declaration
public string ReportId { get; set; }
Property Value
Type |
Description |
System.String |
|
SkipPrepare
Declaration
public string SkipPrepare { get; set; }
Property Value
Type |
Description |
System.String |
|