Click here to Skip to main content
15,902,636 members
Home / Discussions / C#
   

C#

 
AnswerRe: need help Pin
Abhinav S13-Jun-10 18:18
Abhinav S13-Jun-10 18:18 
QuestionProblem to use letters ( c: , d:) with the physical drive: Pin
muteb13-Jun-10 7:32
muteb13-Jun-10 7:32 
AnswerRe: Problem to use letters ( c: , d:) with the physical drive: Pin
Henry Minute13-Jun-10 8:14
Henry Minute13-Jun-10 8:14 
AnswerRe: Problem to use letters ( c: , d:) with the physical drive: Pin
Luc Pattyn13-Jun-10 8:21
sitebuilderLuc Pattyn13-Jun-10 8:21 
QuestionConnection string Pin
humayunlalzad13-Jun-10 3:01
humayunlalzad13-Jun-10 3:01 
AnswerRe: Connection string Pin
Abhinav S13-Jun-10 3:27
Abhinav S13-Jun-10 3:27 
GeneralRe: Connection string Pin
humayunlalzad13-Jun-10 3:51
humayunlalzad13-Jun-10 3:51 
Questioncrystal report and list<> Pin
reza assar12-Jun-10 21:39
reza assar12-Jun-10 21:39 
hi all
i have an win application form suppose to show some reports in CrystalReportView i have no idea how to assign a list<> of class to MyCrystalReport

   public Form1()
{
    InitializeComponent();
    StdList = new List<studants>();
    StdList.Add(new studants("1", "1", 1));
    StdList.Add(new studants("2", "2", 2));
    StdList.Add(new studants("3", "3", 3));
    StdList.Add(new studants("4", "4", 4));
    StdList.Add(new studants("5", "5", 5));
}

private void Form1_Load(object sender, EventArgs e)
{
    CrystalReport1 cr = new CrystalReport1();
    cr.SetDataSource(StdList);
    crystalReportViewer1.ReportSource = cr;
}


but i have not assigned any table with CrystalReport1 it`s all because of i have not any dataset or database or ... and i do not know how to assign add or assign a list<> of objects to my crytalReport Project (CrystalReport1) how can i assign it and work on it

i should definitely use list<>
please help me!!!!!!!!!!
AnswerRe: crystal report and list Pin
Mycroft Holmes13-Jun-10 19:55
professionalMycroft Holmes13-Jun-10 19:55 
QuestionNeed to add 1 to a cache value Pin
Randall Hall12-Jun-10 18:07
Randall Hall12-Jun-10 18:07 
AnswerRe: Need to add 1 to a cache value Pin
Dan Mos12-Jun-10 18:21
Dan Mos12-Jun-10 18:21 
AnswerRe: Need to add 1 to a cache value Pin
Pete O'Hanlon13-Jun-10 4:44
mvePete O'Hanlon13-Jun-10 4:44 
QuestionTab Control with Exit Button Pin
royk12312-Jun-10 10:04
royk12312-Jun-10 10:04 
AnswerRe: Tab Control with Exit Button Pin
Dan Mos12-Jun-10 16:18
Dan Mos12-Jun-10 16:18 
GeneralRe: Tab Control with Exit Button Pin
royk12313-Jun-10 2:09
royk12313-Jun-10 2:09 
AnswerRe: Tab Control with Exit Button Pin
Amar Chaudhary12-Jun-10 17:09
Amar Chaudhary12-Jun-10 17:09 
QuestionSetting Datagridview combobox column value to null. Pin
priyamtheone12-Jun-10 6:14
priyamtheone12-Jun-10 6:14 
AnswerRe: Setting Datagridview combobox column value to null. Pin
Mycroft Holmes12-Jun-10 15:53
professionalMycroft Holmes12-Jun-10 15:53 
AnswerRe: Setting Datagridview combobox column value to null. [modified] Pin
priyamtheone14-Jun-10 5:43
priyamtheone14-Jun-10 5:43 
GeneralRe: Setting Datagridview combobox column value to null. Pin
Mycroft Holmes14-Jun-10 12:10
professionalMycroft Holmes14-Jun-10 12:10 
QuestionAccessing CheckBox on row in Datagridview Pin
Smith#12-Jun-10 4:09
Smith#12-Jun-10 4:09 
AnswerRe: Accessing CheckBox on row in Datagridview Pin
dan!sh 12-Jun-10 4:25
professional dan!sh 12-Jun-10 4:25 
GeneralRe: Accessing CheckBox on row in Datagridview Pin
Smith#12-Jun-10 4:49
Smith#12-Jun-10 4:49 
GeneralRe: Accessing CheckBox on row in Datagridview Pin
Luc Pattyn12-Jun-10 5:01
sitebuilderLuc Pattyn12-Jun-10 5:01 
GeneralRe: Accessing CheckBox on row in Datagridview Pin
Smith#12-Jun-10 5:24
Smith#12-Jun-10 5:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.