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
445
How to change the header row height during pdf export
posted

Hi all,

how it's possible do change the row header height during a pdf export.I change the text in the row header cell during the export.

Can someone help me.

 

Thanks

Parents
  • 37774
    posted

    What do you mean by the "row header cell"?  Do you mean the column header?  If so, you might be able to use the HeaderCellExporting/HeaderCellExported events or even the HeaderRowExporting/HeaderRowExported event to set the Height, i.e.:

    e.ColumnHeaderContainer.Height = new FixedHeight(30);

    -Matt

Reply Children