[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.Document

Document Property

Document

Gets or sets the document displayed in the viewer.

Declaration
[Browsable(false)]
public SectionDocument Document { get; set; }
Property Value
Type Description
SectionDocument

The SectionDocument that is currently displayed in the viewer.

Remarks

This property provides access to the SectionDocument currently being displayed by the viewer. It is intended for backward compatibility and allows direct manipulation of the document's content, structure, and properties. Setting this property will load the specified document into the viewer, replacing any document that was previously displayed.