Partilhar via


Método DataCellScopeServiceImpl.GetDataCellScopes

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the scope of the data cell.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Function GetDataCellScopes ( _
    dataCell As IDataCell _
) As IEnumerable(Of IDataScope)
'Uso
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>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<IDataScope>
The scope of the datac ell.

Consulte também

Referência

DataCellScopeServiceImpl Classe

Namespace Microsoft.ReportingServices.RdlObjectModel