Freigeben über


DataRegionCell.IDataScopeService.GetDataScopesFor-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the group of the data for the data region cell.

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

Syntax

'Declaration
Private Function GetDataScopesFor ( _
    obj As IContainedObject _
) As IEnumerable(Of IDataScope) Implements IDataScopeService.GetDataScopesFor
'Usage
Dim instance As DataRegionCell 
Dim obj As IContainedObject 
Dim returnValue As IEnumerable(Of IDataScope)

returnValue = CType(instance, IDataScopeService).GetDataScopesFor(obj)
IEnumerable<IDataScope> IDataScopeService.GetDataScopesFor(
    IContainedObject obj
)
private:
virtual IEnumerable<IDataScope^>^ GetDataScopesFor(
    IContainedObject^ obj
) sealed = IDataScopeService::GetDataScopesFor
private abstract GetDataScopesFor : 
        obj:IContainedObject -> IEnumerable<IDataScope> 
private override GetDataScopesFor : 
        obj:IContainedObject -> IEnumerable<IDataScope> 
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<IDataScope>
The group of the data for the data region cell.

Implementiert

IDataScopeService.GetDataScopesFor(IContainedObject)

Siehe auch

Verweis

DataRegionCell Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace