Gets or sets Document which is the report to which the page belongs.

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

Syntax

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

Field Value

The document. The instance of Document class.

See Also