Using a parameter value as a field name

  • Hi.

    Two multi-value parameters come in. For example :

    ColumnLabel & ColumnField

    Columnlabel denotes the column header label

    & ColumnField denotes the field that should be displayed under it.

    So, we could have ColumnLabel(0)...ColumnLabel(x)

    and ColumnField(0)...ColumnField(x) respectively.

    All possible fields are included in the data set.

    This is an rdlc.

    Issue one

    How to only set up a one column table that can add/remove columns dynamically depending on how many

    values are passed in the "array" ColumnLabel(), and

    display the respective ColumnField() underneath it.

    Issue two

    How to take the value out of ColumnField() eg. BirthDate

    and use it to display the field Fields!Birthdate.Value

    I hope I was clear enough, and someone can provide a helping hand.

    Thank you.

    Ted.

Viewing 0 posts

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