言語

DataCellScopeServiceImpl.GetDataCellScopes(IDataCell) メソッド

定義

データセルの範囲を把握します。

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)

パラメーター

dataCell
IDataCell

データセルだ。

返品

データの範囲です。

適用対象