GetContainingDataScopes méthode
The containing data scopes.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Function GetContainingDataScopes As IEnumerable(Of IDataScope)
'Utilisation
Dim instance As ReportObject
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = instance.GetContainingDataScopes()
public IEnumerable<IDataScope> GetContainingDataScopes()
public:
virtual IEnumerable<IDataScope^>^ GetContainingDataScopes() sealed
abstract GetContainingDataScopes : unit -> IEnumerable<IDataScope>
override GetContainingDataScopes : unit -> IEnumerable<IDataScope>
public final function GetContainingDataScopes() : IEnumerable<IDataScope>
Valeur de retour
Type : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'IDataScope> ) > ) >
An IEnumerable<(Of <(<'T>)>)> object.