How to Pass fields!maxVal.Value to custome Code in SSRS

  • Hi

    I tried different methoeds but unable to solve my problem.

    My report has one dataset, MyDataSet which carries one query. I want to send the resulted Fields, maxVal and minVal, to the custom code.

    But I cant. Then their comes Custome Assembly solution, which is quite complex to do. If someone has any solution, so plz help me.

    Dataset,

    Select

    Count(minValue) AS maxValue,

    Max(maxValue) AS minValue

    From

    DimAccount

    =Code.GenerateAccounts(Fields!maxVal.value, Fields!minVal.value )

    bye

  • Sorry but your Select statement makes no sense to this individual.

    Please read the article on posting questions as it appears in my signature block follow the instructions in the article and then post your question and some one might make enough sense out of it to assist you

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

Viewing 2 posts - 1 through 1 (of 1 total)

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