Compartir a través de


DataCellScopeServiceImpl.GetDataCellScopes Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the scope of the data cell.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

DataCellScopeServiceImpl Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel