DataCellScopeServiceImpl.GetDataCellScopes(IDataCell) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene el alcance de la celda de datos.
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)
Parámetros
- dataCell
- IDataCell
La celda de datos.
Devoluciones
El alcance del datac ell.