or
public void RadChart_PrePaint1(object sender, EventArgs e) |
{ |
RadChart.PlotArea.YAxis.SetItemLabel(0, ""); |
RadChart.PlotArea.YAxis.SetItemLabel(7, ""); |
} |
Hello,
as I know at this time the page numbering is not working in Excel export.
I've a Textbox like with this expression "=PageNumber + ' / ' + PageCount" and when I export to Excel I've the text "1/1" on every page.
I'd like to keep the page numbering in other format so I don't want to remove it from my report.
Do you have a solution to remove it from Excel and keeping it in other format ?
It would be helpfull to have a parameter (in rendering parameters) to tell telerik reporting to ignore or not display or not render the field with PageCount or PageNumber when exporting to Excel.
Regards
Gilles