Langue

DataCellScopeServiceImpl.GetDataCellScopes(IDataCell) Méthode

Définition

Ça obtient la portée de la cellule de données.

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)

Paramètres

dataCell
IDataCell

La cellule de données.

Retours

La portée du datac ell.

S’applique à