Results 1 to 4 of 4

Thread: Sub report

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2004
    Location
    Kolkata, India
    Posts
    290

    Sub report

    Hi

    How to set the tables and parameter for subreport in vb.net 2003

    thanks

  2. #2
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Arrow Re: Sub report

    For Setting The Parameter In The Sub Report
    VB Code:
    1. Report.Subreports("NameOfSubReport").SetParameterValue("ParameterName", "ParameterValue")

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2004
    Location
    Kolkata, India
    Posts
    290

    Re: Sub report

    but how to set the datasource for the subreport

  4. #4
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Arrow Re: Sub report

    Do some hand work here. Pass the sub report name and the table name in the Function maky by me at CR In VB.NET and set the data source there.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width