DataRegionCell.IDataScopeService.GetDataScopesFor(IContainedObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.