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)
Syntaxpublic string ReportViewerPage(
IAppContext cxt,
bool isPopup
)
Public Function ReportViewerPage (
cxt As IAppContext,
isPopup As Boolean
) As String
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:
StringThe aspx page filename with extension, but without path.
See Also