ReportViewerWebPart.IScriptControl.GetScriptReferences Method
Namespace: Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Private Function GetScriptReferences As IEnumerable(Of ScriptReference)
Implements IScriptControl.GetScriptReferences
'Usage
Dim instance As ReportViewerWebPart
Dim returnValue As IEnumerable(Of ScriptReference)
returnValue = CType(instance, IScriptControl).GetScriptReferences()
IEnumerable<ScriptReference> IScriptControl.GetScriptReferences()
private:
virtual IEnumerable<ScriptReference^>^ GetScriptReferences() sealed = IScriptControl::GetScriptReferences
private abstract GetScriptReferences : unit -> IEnumerable<ScriptReference>
private override GetScriptReferences : unit -> IEnumerable<ScriptReference>
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: System.Collections.Generic.IEnumerable<ScriptReference>