Gets or sets image resolution used during export to HTML.

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

Syntax

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

See Also