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
945
Group headers caption
posted

 Hi:

You can set up the header caption number the lines (e.g. Grid.DisplayLayout.Bands[0].GroupHeaderLines = 5;) question is can you write on a specifc line (line [2]) or is just string splitting by"\r\n"?

Thanks,

Mihail

  • 469350
    Verified Answer
    Offline posted

    Hi Mihail,

    You have to do it by putting a return character into your string. 

    The alternative would be to use a DrawFilter and draw the text yourself, but that would be a lot more complicated.