Report.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 the report.
public:
virtual System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::IDataScope ^> ^ GetDataScopesFor(Microsoft::ReportingServices::RdlObjectModel::IContainedObject ^ obj);
public System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.RdlObjectModel.IDataScope> GetDataScopesFor (Microsoft.ReportingServices.RdlObjectModel.IContainedObject obj);
abstract member GetDataScopesFor : Microsoft.ReportingServices.RdlObjectModel.IContainedObject -> seq<Microsoft.ReportingServices.RdlObjectModel.IDataScope>
override this.GetDataScopesFor : Microsoft.ReportingServices.RdlObjectModel.IContainedObject -> seq<Microsoft.ReportingServices.RdlObjectModel.IDataScope>
Public Function GetDataScopesFor (obj As IContainedObject) As IEnumerable(Of IDataScope)
Parameters
- obj
- IContainedObject
The IContainedObject.
Returns
An IEnumerable<T> object.