ReportObject.GetDataScopesForDefaultImpl(IContainedObject) メソッド

定義

既定の実装のデータ スコープを返します。

protected:
 System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::IDataScope ^> ^ GetDataScopesForDefaultImpl(Microsoft::ReportingServices::RdlObjectModel::IContainedObject ^ obj);
protected System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.RdlObjectModel.IDataScope> GetDataScopesForDefaultImpl (Microsoft.ReportingServices.RdlObjectModel.IContainedObject obj);
member this.GetDataScopesForDefaultImpl : Microsoft.ReportingServices.RdlObjectModel.IContainedObject -> seq<Microsoft.ReportingServices.RdlObjectModel.IDataScope>
Protected Function GetDataScopesForDefaultImpl (obj As IContainedObject) As IEnumerable(Of IDataScope)

パラメーター

obj
IContainedObject

格納されるオブジェクトです。

戻り値

既定の実装のデータ スコープ。

適用対象