Метод DataCellScopeServiceImpl.GetDataCellScopes
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets the scope of the data cell.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Function GetDataCellScopes ( _
dataCell As IDataCell _
) As IEnumerable(Of IDataScope)
'Применение
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>
Параметры
- dataCell
Тип: Microsoft.ReportingServices.RdlObjectModel.IDataCell
The data cell.
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerable<IDataScope>
The scope of the datac ell.
См. также
Справочник
DataCellScopeServiceImpl Класс
Пространство имен Microsoft.ReportingServices.RdlObjectModel