Gets or sets the stream that contains the code snipets description.

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

Syntax

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

See Also