Partager via


GetDataCellScopes méthode

Cette API prend en charge l'infrastructure .NET Framework 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 (dans Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Function GetDataCellScopes ( _
    dataCell As IDataCell _
) As IEnumerable(Of IDataScope)
'Utilisation
Dim instance As DataCellScopeServiceImpl
Dim dataCell As IDataCell
Dim returnValue As IEnumerable(Of IDataScope)

returnValue = instance.GetDataCellScopes(dataCell)
public IEnumerable<IDataScope> GetDataCellScopes(
    IDataCell dataCell
)
public:
virtual IEnumerable<IDataScope^>^ GetDataCellScopes(
    IDataCell^ dataCell
) sealed
abstract GetDataCellScopes : 
        dataCell:IDataCell -> IEnumerable<IDataScope> 
override GetDataCellScopes : 
        dataCell:IDataCell -> IEnumerable<IDataScope> 
public final function GetDataCellScopes(
    dataCell : IDataCell
) : IEnumerable<IDataScope>

Valeur de retour

Type : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'IDataScope> ) > ) >