Gets or sets the DocumentInfo object associated with the Document assigned to the current exporter.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public DocumentInfo DocumentInfo { get; set; }
Visual Basic
Public Property DocumentInfo As DocumentInfo
	Get
	Set

See Also