Gets or sets serialized document.

Namespace:  PerpetuumSoft.Reporting.Components
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

See Also