Gets DocumentInfo which is operation execution result.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.ReportService
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public DocumentInfo Result { get; }
Visual Basic (Declaration)
Public ReadOnly Property Result As DocumentInfo
Visual C++
public:
property DocumentInfo^ Result {
	DocumentInfo^ get ();
}

See Also