Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to dynamically change the page size of d2k reports?

Answer Posted / Amritanshu Kumar Singh

To dynamically change the page size of D2K reports, you can use the PageSetup method available in the Report object. This method allows you to set the height and width of each page. Here's a simple example:

```
Report.PageSetup(Height:=8.5, Width:=11.0)
```

You can call this method at any point in your report where you want the page size to change.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are you familiar with user exits in reports?

27


How many concurrent programs you have customized, can you name some of them?

17


Were you involved in any data conversion, which one?

27


Have you used lexical parameters in reports?

26


Any work done in oracle workflow builder. Did you customize or build a new workflow?

24