Dynamically "change" TextBox names for detail row when Globals!RenderFormat.Name = "CSV"

  • Scenario:

    Multiple reports that have changing column labels based on who is running the report. That part works great for rendering extensions other than CSV.

    Some clients require export to CSV. Unfortunately, you cannot set expressions for TextBox name or DataElement name properties.

    I've tried adding an additional record in the detail group with expressions to set the names for the values, then disabling the header record in the config for the server, but that just results in repeating those values for every detail record.

    Is it possible to do this without writing code behind?

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply