Click or drag to resize

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)
Syntax
public static void ReportViewerFixup(
	IAppContext cxt,
	Page pg,
	string managerName
)

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