Class ReportPageParams
Inheritance
System.Object
ReportPageParams
Assembly: FastReport.OpenSource.Web.dll
Syntax
public class ReportPageParams
Properties
Bookmark
Declaration
public string Bookmark { get; set; }
Property Value
Type |
Description |
System.String |
|
DetailedPage
Declaration
public string DetailedPage { get; set; }
Property Value
Type |
Description |
System.String |
|
DetailedReport
Declaration
public string DetailedReport { get; set; }
Property Value
Type |
Description |
System.String |
|
GoTo
Declaration
public string GoTo { get; set; }
Property Value
Type |
Description |
System.String |
|