DataCellScopeServiceImpl.GetDataCellScopes(IDataCell) 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 scope of the data cell.
public:
virtual System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::IDataScope ^> ^ GetDataCellScopes(Microsoft::ReportingServices::RdlObjectModel::IDataCell ^ dataCell);
public System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.RdlObjectModel.IDataScope> GetDataCellScopes (Microsoft.ReportingServices.RdlObjectModel.IDataCell dataCell);
abstract member GetDataCellScopes : Microsoft.ReportingServices.RdlObjectModel.IDataCell -> seq<Microsoft.ReportingServices.RdlObjectModel.IDataScope>
override this.GetDataCellScopes : Microsoft.ReportingServices.RdlObjectModel.IDataCell -> seq<Microsoft.ReportingServices.RdlObjectModel.IDataScope>
Public Function GetDataCellScopes (dataCell As IDataCell) As IEnumerable(Of IDataScope)
Parameters
- dataCell
- IDataCell
The data cell.
Returns
The scope of the datac ell.