Class GetReportServiceParams
Inheritance
System.Object
GetReportServiceParams
Assembly: FastReport.OpenSource.Web.dll
Syntax
public class GetReportServiceParams
Properties
ClickParams
Declaration
public ClickParams ClickParams { get; set; }
Property Value
DialogParams
Declaration
public DialogParams DialogParams { get; set; }
Property Value
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 |
|
ReportPageParams
Declaration
public ReportPageParams ReportPageParams { get; set; }
Property Value
ReportSearchParams
Declaration
public ReportSearchParams ReportSearchParams { get; set; }
Property Value
ReportTabParams
Declaration
public ReportTabParams ReportTabParams { get; set; }
Property Value
SkipPrepare
Declaration
public string SkipPrepare { get; set; }
Property Value
Type |
Description |
System.String |
|
Zoom
Declaration
public string Zoom { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ParseRequest(HttpRequest)
Declaration
public static GetReportServiceParams ParseRequest(HttpRequest request)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Http.HttpRequest |
request |
|
Returns