CustomData.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 data scopes for a contained item.
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);
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
An IEnumerable<T> object.