Hi.Two multi-value parameters come in. For example :ColumnLabel & ColumnFieldColumnlabel 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 oneHow to only set up a one column table that can add/remove columns dynamically depending on how manyvalues are passed in the "array" ColumnLabel(), and display the respective ColumnField() underneath it.Issue twoHow to take the value out of ColumnField() eg. BirthDateand use it to display the field Fields!Birthdate.ValueI hope I was clear enough, and someone can provide a helping hand.Thank you.Ted.
↧