Hello,
Is there any way to print a crystal report with a custom document name value (see image below)? Long story short, I have a virtual fax printer that extracts data values from this field, one of them being the fax number. Normally, you can change the value of this field when using the System.Drawing.Printing.PrintDocument class by populating the PrintDocument.DocumentName property, but there seems to be no crystal print methods that accepts a PrintDocument object as a parameter. Any ideas would be greatly appreciated. Thanks in advance.