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<ReportParameter> Parameters { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Parameters As ObservableCollection(Of ReportParameter) |
Visual C++ |
---|
public: property ObservableCollection<ReportParameter^>^ Parameters { ObservableCollection<ReportParameter^>^ get (); void set (ObservableCollection<ReportParameter^>^ value); } |