Udostępnij przez


Metoda ReportViewerWebPart.IScriptControl.GetScriptReferences

Przestrzeń nazw:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Zestaw:  Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Składnia

'Deklaracja
Private Function GetScriptReferences As IEnumerable(Of ScriptReference)
    Implements IScriptControl.GetScriptReferences
'Użycie
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> 
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.

Implementacje

IScriptControl.GetScriptReferences()