Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
620
InitializeRow
posted

In the InitializeRow is it possible to get a reference to the GroupByDataContext and if so how is this done.

I need to build the footer Totals at runtime as this report can be dynamic and I can not seemed to get the GroupByDataContext to run a Linq query against it.

Is this the correct event to use.

Thanks

David.

  • 40030
    Offline posted

    Hi David, 

    The InitializeRow event, only fires for normal DataRows. 

    And really the only way to set a FooterCell's text, is through the column, which would apply to all child bands, meaning each GroupByRow island. 

    Although, being able to set a specific footer row's content, does seem like something we overlooked and could add. 

    -SteveZ