Gets Document which is a report.

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

Syntax

C#
protected Document Document { get; }
Visual Basic (Declaration)
Protected ReadOnly Property Document As Document
Visual C++
protected:
property Document^ Document {
	Document^ get ();
}

Field Value

The document.

See Also