ConfigurationManagerReportViewerFixup Method |
Fixes up a page hosting a ReportView as required to support drilldowns.
See http://www.donkitchen.com/2008/12/08/javascript-reporting-services-reportviewer-control-error-fix/
Namespace:
NetQuarry.Reporting
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic static void ReportViewerFixup(
IAppContext cxt,
Page pg,
string managerName
)
Public Shared Sub ReportViewerFixup (
cxt As IAppContext,
pg As Page,
managerName As String
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context, optional (if omitted, Current is used). - pg
- Type: System.Web.UIPage
The page to fix up. - managerName
- Type: SystemString
The name of the ScriptManager control.
See Also