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