Gets or sets an identifier 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 string DocumentId { get; set; }
Visual Basic (Declaration)
Public Property DocumentId As String
Visual C++
public:
property String^ DocumentId {
	String^ get ();
	void set (String^ value);
}

See Also