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