Gets or set type of the document.

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

Syntax

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

See Also