Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1815
UltraSchedulePrintDocument total pages
posted

HI

I am trying to get the UltraSchedulePrintDocument control to print a Header or Footer line that prints Page xx of  yy where xx is the page number of yy Total pages

I have tried various strings replacements  such as   .Footer.TextRight = "Page <#> of <##>" which works as expected  in  a UltraGridPrintDocument but not a UltraSchedulePrintDocument

The UltraGridPrintDocument goes through a "generating Preview" which the UltraSchedulePrintDocument does not and in the UltraSchedulePrintDocument under debug the property TotalPages of the UltraSchedulePrintDocument never receives a value.

Is there a property I need to set to cause the UltraSchedulePrintDocument  to generate the complete previewed output first to get value in TotalPages to have a value like the UltraGridPrintDocument does or is this a defect?

Thank you in advance for your help

Parents
No Data
Reply
  • 530
    Offline posted

    Hello skalyniuk,

    I am working on your inquiry at this moment. I will update you as I have progress on it.

    Thank you for your understanding and patience.

    If you have any question with this, please let me know.

    Best regards,
    Yuki Mita
    Developer Support Engineer
    Infragistics Inc.
    www.infragistics.com/support

Children