言語

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

閉じ込められた対象。

返品

データはデフォルトの実装用にスコープを割り当てています。

適用対象