Gets the 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 byte[] Result { get; }
Visual Basic (Declaration)
Public ReadOnly Property Result As Byte()
Visual C++
public:
property array<unsigned char>^ Result {
	array<unsigned char>^ get ();
}

See Also