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