Share via


ReportObject.GetDataScopesForDefaultImpl Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Returns the data scopes for default implementation.

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

Syntax

'Declaration
Protected Function GetDataScopesForDefaultImpl ( _
    obj As IContainedObject _
) As IEnumerable(Of IDataScope)
'Usage
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>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<IDataScope>
The data scopes for default implementation.

See Also

Reference

ReportObject Class

Microsoft.ReportingServices.RdlObjectModel Namespace