Udostępnij za pośrednictwem


Metoda ReportObject.GetDataScopesForDefaultImpl

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Protected Function GetDataScopesForDefaultImpl ( _
    obj As IContainedObject _
) As IEnumerable(Of IDataScope)
'Użycie
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>