ReportExpression<T>.GetDependencies 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 object’s dependencies.
public:
virtual void GetDependencies(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportObject ^> ^ dependencies, Microsoft::ReportingServices::RdlObjectModel::ReportObject ^ parent);
public void GetDependencies (System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportObject> dependencies, Microsoft.ReportingServices.RdlObjectModel.ReportObject parent);
abstract member GetDependencies : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportObject> * Microsoft.ReportingServices.RdlObjectModel.ReportObject -> unit
override this.GetDependencies : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportObject> * Microsoft.ReportingServices.RdlObjectModel.ReportObject -> unit
Public Sub GetDependencies (dependencies As IList(Of ReportObject), parent As ReportObject)
Parameters
- dependencies
- IList<ReportObject>
The dependencies.
- parent
- ReportObject
The parent object.