Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the object's dependencies.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Sub GetDependencies ( _
dependencies As IList(Of ReportObject), _
parent As ReportObject _
)
'Usage
Dim instance As IExpression
Dim dependencies As IList(Of ReportObject)
Dim parent As ReportObject
instance.GetDependencies(dependencies, _
parent)
void GetDependencies(
IList<ReportObject> dependencies,
ReportObject parent
)
void GetDependencies(
IList<ReportObject^>^ dependencies,
ReportObject^ parent
)
abstract GetDependencies :
dependencies:IList<ReportObject> *
parent:ReportObject -> unit
function GetDependencies(
dependencies : IList<ReportObject>,
parent : ReportObject
)
Parameters
- dependencies
Type: System.Collections.Generic.IList<ReportObject>
The dependencies.
- parent
Type: Microsoft.ReportingServices.RdlObjectModel.ReportObject
The parent object.