Gets or sets report images resolution.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Server
Assembly:  PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

See Also