Custom function

Hello everyone,

I need help with creating custom function which has current row of dataset as one of parameters. Is this somehow possible and if it is, then how?

Thank you

Comments

  • edited 5:50AM
    Hello,

    You may use a function like this:

    MyFunc(object dataRow)

    and call it from the report in this way:

    MyFunc(Report.GetDataSource("MyTable").CurrentRow)

    where dataRow may be System.Data.DataRow in case if you use TableDataSource, or of another type if you use business object.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.