I've developed a report using the AX 2012 reporting framework (Controller, DP, Contract classes and a reporting project in VS2010). I have a page break in the report design which correctly splits the data into multiple worksheets when the report is exported to Excel.
However, I can't find a way of naming the worksheets themselves. There's no PageName property in VS2010 that I can see (this is how I'd do it if developing a 'pure' SSRS report without AX being involved).
Any ideas?