Hi Experts.
I'd like to know how to setup custom pagesize in CR2008 C#.net SDK?
I found a ADAPT that said SP5 will fix the custom paper sizes for C#.net SDK.
I want to know how to setting for a custom pager size which describe below by Code.
Anyone can help me to give me the sample code?
ADAPT00503586 Patch ID: 37997313
Description:
The Crystal Reports .NET SDK is unable to accept custom paper sizes.
Standard or default paper size, such as letter or legal size, are accepted. But when users enter a custom paper size into the form, the form settings
revert to the preferred paper size defined in the printer settings. As a result, the print results from the PrintToPrinter method are different than the
results when users print from the Crystal Reports designer.
New Behavior:
To solve the problem, after settings for a custom paper size have been entered into the form, the id for that form can be assigned to the PaperSize
property and the PrintToPrinter function will adopt the settings.
Best Regards
Bruce Chen