I suppose that your RadScheduler has an OverflowBehavior of "Scroll" and you wish it to print as if it is set to "Expand"? If this is the case, the following CSS will do the trick:
.rsContent {
height: auto !important;
}
Let me know how it goes.
If you need to print all appointments in a table format, please see this kb article:
Regards,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.