DataCellScopeServiceImpl.GetDataCellScopes(IDataCell) Method

Definition

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.

Applies to