BackgroundImage.GetDependenciesCore(IList<ReportObject>) 메서드

정의

배경 이미지에 포함된 종속성 개체의 목록을 반환합니다.

protected:
 override void GetDependenciesCore(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportObject ^> ^ dependencies);
protected override void GetDependenciesCore (System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportObject> dependencies);
override this.GetDependenciesCore : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportObject> -> unit
Protected Overrides Sub GetDependenciesCore (dependencies As IList(Of ReportObject))

매개 변수

dependencies
IList<ReportObject>

이 메서드가 반환되면 배경 이미지에 포함된 종속성 개체의 목록이 포함됩니다.

적용 대상