Aracılığıyla paylaş


ReportObject.GetDataScopesForDefaultImpl Yöntemi

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.ReportingServices.RdlObjectModel
Derleme:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls içinde.dll)

Sözdizimi

'Bildirim
Protected Function GetDataScopesForDefaultImpl ( _
    obj As IContainedObject _
) As IEnumerable(Of IDataScope)
'Kullanım
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>