Méthode GetContainingDataScopes
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Function GetContainingDataScopes As IEnumerable(Of IDataScope)
'Utilisation
Dim instance As IHierarchyMember
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = instance.GetContainingDataScopes()
IEnumerable<IDataScope> GetContainingDataScopes()
IEnumerable<IDataScope^>^ GetContainingDataScopes()
abstract GetContainingDataScopes : unit -> IEnumerable<IDataScope>
function GetContainingDataScopes() : IEnumerable<IDataScope>
Valeur de retour
Type : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'IDataScope> ) > ) >
Voir aussi