• akhileshguha05 (9/23/2013)


    Hi,

    as per your discription u 'r requirement is like when ever Row data changed column name also has to be changed. IF my understanding is correct u have to create one more Row detail row at the end of table of your Report and write below Expression

    =Fields(ReportItems!Textbox1.Value).Value in header part.

    OR

    in your Query you have to insert every column name as a First value in data set.

    take that First values in Header using below expression:--

    First(Field.value,"dataset")

    please Let me know if anything!!

    Regards,

    Akhil

    You're saying that SSRS won't display the column names of a given result set produced by a stored proc? I'm no SSRS Ninja but I find that very difficult to believe.

    All,

    Can anyone help clarify this please?

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)