Jump to content

Problem in Passing Collection of Object


Recommended Posts

By: roshansalvi - roshansalvi

Problem in Passing Collection of Object

2005-03-31 04:20

Hello Friends,

Well i have a Class called Test which is define as follow

class Test{

String testid;

String testname;

Section [] testsections;

 

..........getter/setter and other functions

}

 

I want to print as follow :

Test ID

testsections[1]

 

testsection[2]

 

I am using subreport for that . Problem is how should i pass testsection Collection to subreport so that it can print it. Please help me in this.

Thanks in Advance..........

Roshan

 

 

 

By: roshansalvi - roshansalvi

RE: Problem in Passing Collection of Object

2005-03-31 06:12

Please Help me Out

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...