Metodo DataCellScopeServiceImpl.GetDataCellScopes

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the scope of the data cell.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Function GetDataCellScopes ( _
    dataCell As IDataCell _
) As IEnumerable(Of IDataScope)
'Utilizzo
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>

Parametri

Valore restituito

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

Vedere anche

Riferimento

DataCellScopeServiceImpl Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel