DataRegionCell.IDataScopeService.GetDataScopesFor(IContainedObject) Method

Definition

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

 virtual System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::IDataScope ^> ^ Microsoft.ReportingServices.RdlObjectModel.IDataScopeService.GetDataScopesFor(Microsoft::ReportingServices::RdlObjectModel::IContainedObject ^ obj) = Microsoft::ReportingServices::RdlObjectModel::IDataScopeService::GetDataScopesFor;
System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.RdlObjectModel.IDataScope> IDataScopeService.GetDataScopesFor (Microsoft.ReportingServices.RdlObjectModel.IContainedObject obj);
abstract member Microsoft.ReportingServices.RdlObjectModel.IDataScopeService.GetDataScopesFor : Microsoft.ReportingServices.RdlObjectModel.IContainedObject -> seq<Microsoft.ReportingServices.RdlObjectModel.IDataScope>
override this.Microsoft.ReportingServices.RdlObjectModel.IDataScopeService.GetDataScopesFor : Microsoft.ReportingServices.RdlObjectModel.IContainedObject -> seq<Microsoft.ReportingServices.RdlObjectModel.IDataScope>
Function GetDataScopesFor (obj As IContainedObject) As IEnumerable(Of IDataScope) Implements IDataScopeService.GetDataScopesFor

Parameters

obj
IContainedObject

The contained object.

Returns

The group of the data for the data region cell.

Implements

Applies to