Get the ReportExecutionInfo assotiates with the report state.

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

Syntax

C#
public ReportExecutionInfo ReportExecutionInfo { get; private set; }
Visual Basic (Declaration)
Public Property ReportExecutionInfo As ReportExecutionInfo
Visual C++
public:
property ReportExecutionInfo^ ReportExecutionInfo {
	ReportExecutionInfo^ get ();
	void set (ReportExecutionInfo^ value);
}

See Also