
- ACTIVEREPORTS 7 PAGEORENTATION DRIVER
- ACTIVEREPORTS 7 PAGEORENTATION 32 BIT
- ACTIVEREPORTS 7 PAGEORENTATION CODE
ACTIVEREPORTS 7 PAGEORENTATION CODE
To see whether this is the case, try using the two lines of code below in a button Click event after running the project. Similarly, you'll see ASP.NET and other managed service processes continue to gradually grow their working set even though the managed code in that process is not using all of it. Obviously, the code was not using all that memory even though Task Manager showed that it was allocated to that process. Look in Task Manager at the working set for that process (it should be several megabytes), then minimize and maximize the form and notice that the working set reclaims to <1MB. Solution: For an example of some working set behavior anomalies (which are considered normal), create a WinForms application and run it. Task manager indicates the current "working set" of the process and, upon request, other processes can gain access to that memory. Run is called.Ĭause: If inflated memory usage is seen in the Task Manager it is not necessarily in use by the code. Use the following code in the ReportStart event, or just before. This prevents ActiveReports from making a call to the default printer driver. This does not allow printing, but is recommended for reports that are only exported or viewed. To use custom paper sizes not supported by the driver, set the PrinterName to an empty string to use the ActiveReports virtual print driver. Please note that any changes to the print settings in code must be made in or before the ReportStart event. Solution: If the report is to be printed, the printer assigned to the report must support the paper size and margins. If the paper size specified for the report is not supported by the printer, ActiveReports uses the printer's default paper size to render the report.
ACTIVEREPORTS 7 PAGEORENTATION DRIVER
Symptoms: In the viewer, the report renders to a different paper size than the one specified.Ĭause: ActiveReports polls the printer driver assigned to the report to check for clipping, margins, and paper sizes supported by the printer. The printing thread dies before the report finishes printing

ACTIVEREPORTS 7 PAGEORENTATION 32 BIT
Symptoms: Microsoft Access OLE DB provider, .4.0 does not work on a 64-bit system.Ĭause: In Visual Studio 2008, by default, projects are set to use 32 bit or 64 bit, depending on the environment on which they are run.
