AutoComplete for ASP.NET Web Forms
UsePrinterResolution プロパティ

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : UsePrinterResolution プロパティ
Specifies whether the component should use the .NET printing support to obtain high-resolution graphics.
シンタックス
'宣言
 
Public Property UsePrinterResolution As System.Boolean
public System.bool UsePrinterResolution {get; set;}
解説

By default, C1Report scans the installed printers in order to obtain a high-resolution reference System.Drawing.Graphics object.

Set this property to false in order to bypass this process and use the screen resolution when generating reports. This will increase report rendering speed (in some cases) with some loss in layout accuracy.

Under certain circumstances, notably when running under Windows Services, the .NET printing support does not work correctly, and trying to enumerate the installed printers may cause memory allocation problems. In these situations, setting this property to false is necessary.

参照

C1Report クラス
C1Report メンバ