Gets or sets propogate mode.

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

Syntax

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

See Also