ReportViewer.System.Web.UI.IScriptControl.GetScriptReferences Method
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Private Function System.Web.UI.IScriptControl.GetScriptReferences As IEnumerable(Of ScriptReference) Implements IScriptControl.GetScriptReferences
'Usage
Dim instance As ReportViewer
Dim returnValue As IEnumerable(Of ScriptReference)
returnValue = CType(instance, IScriptControl).GetScriptReferences
IEnumerable<ScriptReference> IScriptControl.GetScriptReferences ()
private:
virtual IEnumerable<ScriptReference^>^ System.Web.UI.IScriptControl.GetScriptReferences () sealed = IScriptControl::GetScriptReferences
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace