Help - how to access a report's details in code?

Discussion in 'ASP.NET 2.0' started by Spock, Aug 12, 2006.

  1. I hope this is the right forum for this question.
    I have a ReportViewer control with a LocalReport.
    This LocalReport has a some images and other data that I would like to access and change at run-time.
    However, when I look at ReportViewer.LocalReport, I di not see any properties that I can access.
    Is this possible? IF so, how?

    Help would be most appreciated.



    Thank you,

    Spock

    Visual Studio 2005
    ASP.NET 2.0
    WinXP SP2
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. Perhaps I can restate my question - </o:p>
    </o:p>


    In code-behind it is easy to refer to and change data on GridView or FormForm, for example, by referring to their rows, columns and cells.


    Is it possible to refer to data elements inside a ReportViewer's LocalReport (.rdlc)?


    Thank you,

    Spock

    Visual Studio 2005
    ASP.NET 2.0
    WinXP SP2
     
  4. Bruce

    Bruce DiscountASP.NET Staff

  5. OK, thanks. At least if I know it is not possible, I can design my data flow differently.



    Thank you,

    Spock

    Visual Studio 2005
    ASP.NET 2.0
    WinXP SP2
     

Share This Page