Data Connectivity
 Crystal Reports Forum : Crystal Reports for Visual Studio 2005 and Newer : Data Connectivity
Message Icon Topic: Populating my report with data from an array Post Reply Post New Topic
Author Message
orson4music
Newbie
Newbie


Joined: 10 Dec 2007
Online Status: Offline
Posts: 2
Quote orson4music Replybullet Topic: Populating my report with data from an array
    Posted: 10 Dec 2007 at 7:11am
Can someone help me.

I have a storeprocedure that resides in the database.
I also have a list variable in a value object like:

    public class ReportsInfo
    {
        private string emp_name;
        private string position_last_held;
        private string grade_level_id;
        private string category;
        private string service_num;
        private string outstanding_pension31;
...

        public string _emp_name { get { return emp_name; } set { emp_name = value; } }
        public string _positionlastheld { get { return position_last_held; } set { position_last_held = value; } }
        public string _grade_level { get { return grade_level_id; } set { grade_level_id = value; } }
        public string _category { get { return category; } set { category = value; } }
        public string _service_num { get { return service_num; } set { service_num = value; } }
        public string _outstanding_pension31 { get { return outstanding_pension31; } set { outstanding_pension31 = value; } }...
    }
}


I linked my report to this object, and i want when i get my dataset from my stored procedure it should poplulate my crystal report.

IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.