DataSetReference.GetDependenciesCore(IList<ReportObject>) Method

Definition

Gets the list of dependencies in the core.

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.

Applies to