[Missing <summary> documentation for P:PerpetuumSoft.Reporting.Web.XpsExportSettings.ReplaceFill]

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

Syntax

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

See Also