MapDataRegion.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.
Gets the list of dependencies core of the 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>
The list of dependencies.