Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client.ReportService
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public ObservableCollection<ExportsEnum> Result { get; }
Visual Basic (Declaration)
Public ReadOnly Property Result As ObservableCollection(Of ExportsEnum)
Visual C++
public:
property ObservableCollection<ExportsEnum>^ Result {
	ObservableCollection<ExportsEnum>^ get ();
}

See Also