DataRegion.GetDependenciesCore(IList<ReportObject>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the list of dependency objects embedded in the data region.
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))
Parameters
- dependencies
- IList<ReportObject>
When this method returns, contains the list of dependency objects embedded in the data region.