Метод ReportObject.GetDataScopesForDefaultImpl
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Returns the data scopes for default implementation.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Protected Function GetDataScopesForDefaultImpl ( _
obj As IContainedObject _
) As IEnumerable(Of IDataScope)
'Применение
Dim obj As IContainedObject
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = Me.GetDataScopesForDefaultImpl(obj)
protected IEnumerable<IDataScope> GetDataScopesForDefaultImpl(
IContainedObject obj
)
protected:
IEnumerable<IDataScope^>^ GetDataScopesForDefaultImpl(
IContainedObject^ obj
)
member GetDataScopesForDefaultImpl :
obj:IContainedObject -> IEnumerable<IDataScope>
protected function GetDataScopesForDefaultImpl(
obj : IContainedObject
) : IEnumerable<IDataScope>
Параметры
- obj
Тип: Microsoft.ReportingServices.RdlObjectModel.IContainedObject
The contained object.
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerable<IDataScope>
The data scopes for default implementation.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel