Click or drag to resize

ConfigurationManagerReportViewerPage Method

Gets the SSRS ReportViewer aspx page to use. Currently this is either ReportView.aspx or ReportViewSA.aspx where "SA" stands for StandAlone.

Namespace:  NetQuarry.Reporting
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ReportViewerPage(
	IAppContext cxt,
	bool isPopup
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
isPopup
Type: SystemBoolean
Specifies whether or not the report is to be viewed in a pop up window.

Return Value

Type: String
The aspx page filename with extension, but without path.
See Also