この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
データ セルのスコープを取得します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Function GetDataCellScopes ( _
dataCell As IDataCell _
) As IEnumerable(Of IDataScope)
'使用
Dim instance As DataCellScopeServiceImpl
Dim dataCell As IDataCell
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = instance.GetDataCellScopes(dataCell)
public IEnumerable<IDataScope> GetDataCellScopes(
IDataCell dataCell
)
public:
virtual IEnumerable<IDataScope^>^ GetDataCellScopes(
IDataCell^ dataCell
) sealed
abstract GetDataCellScopes :
dataCell:IDataCell -> IEnumerable<IDataScope>
override GetDataCellScopes :
dataCell:IDataCell -> IEnumerable<IDataScope>
public final function GetDataCellScopes(
dataCell : IDataCell
) : IEnumerable<IDataScope>
パラメーター
- dataCell
型: Microsoft.ReportingServices.RdlObjectModel.IDataCell
データ セル。
戻り値
型: System.Collections.Generic.IEnumerable<IDataScope>
データ セルのスコープ。