ReportObject.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 dependencies core for the ReportObject object.
protected:
virtual void GetDependenciesCore(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportObject ^> ^ dependencies);
protected virtual void GetDependenciesCore (System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportObject> dependencies);
abstract member GetDependenciesCore : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportObject> -> unit
override this.GetDependenciesCore : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportObject> -> unit
Protected Overridable Sub GetDependenciesCore (dependencies As IList(Of ReportObject))
Parameters
- dependencies
- IList<ReportObject>
The dependencies.