Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.Client.ReportService
Assembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Assembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public ObservableCollection<string> Dependencies { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property Dependencies As ObservableCollection(Of String)  | 
| Visual C++ | 
|---|
public: property ObservableCollection<String^>^ Dependencies { ObservableCollection<String^>^ get (); void set (ObservableCollection<String^>^ value); }  |