Méthode GetDataScopesFor
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 GetDataScopesFor ( _
obj As IContainedObject _
) As IEnumerable(Of IDataScope)
'Utilisation
Dim instance As IDataScopeService
Dim obj As IContainedObject
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = instance.GetDataScopesFor(obj)
IEnumerable<IDataScope> GetDataScopesFor(
IContainedObject obj
)
IEnumerable<IDataScope^>^ GetDataScopesFor(
IContainedObject^ obj
)
abstract GetDataScopesFor :
obj:IContainedObject -> IEnumerable<IDataScope>
function GetDataScopesFor(
obj : IContainedObject
) : IEnumerable<IDataScope>
Paramètres
- obj
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .IContainedObject
An IcontainedObject.
Valeur de retour
Type : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'IDataScope> ) > ) >
An IList<(Of <(<'T>)>)> object.
Voir aussi