Click here to Skip to main content
15,893,622 members
Home / Discussions / C#
   

C#

 
GeneralRe: Call XP Mode shortcut programmatically Pin
spif200130-Nov-10 22:35
spif200130-Nov-10 22:35 
AnswerRe: Call XP Mode shortcut programmatically Pin
Eddy Vluggen1-Dec-10 1:23
professionalEddy Vluggen1-Dec-10 1:23 
GeneralRe: Call XP Mode shortcut programmatically Pin
spif20011-Dec-10 1:52
spif20011-Dec-10 1:52 
GeneralRe: Call XP Mode shortcut programmatically Pin
Eddy Vluggen1-Dec-10 2:32
professionalEddy Vluggen1-Dec-10 2:32 
QuestionMultiple query results on one form. Pin
Joe Stansfield30-Nov-10 18:36
Joe Stansfield30-Nov-10 18:36 
AnswerRe: Multiple query results on one form. Pin
Pete O'Hanlon30-Nov-10 22:23
mvePete O'Hanlon30-Nov-10 22:23 
GeneralRe: Multiple query results on one form. Pin
Joe Stansfield1-Dec-10 11:29
Joe Stansfield1-Dec-10 11:29 
Questionin microsoft report viewer i want change datasource in run time Pin
Nabawoka30-Nov-10 10:18
Nabawoka30-Nov-10 10:18 
i add data set &
add 4 table in this data set and design 4 reports for each table
i want to choose the report & set datasource to report and show in microsoft report view
i try this code but failed
ReportOfEng.LocalReport.ReportEmbeddedResource = "follow_up.Report1.rdlc";
     ReportDataSource ds = new ReportDataSource();
     ds.Name = dataSet11.Movements.TableName;
     ds.Value = dataSet11.Movements;
     ReportOfEng.LocalReport.DataSources.Clear();
     ReportOfEng.LocalReport.DataSources.Add(ds);
     this.movementsTableAdapter1.Fill(dataSet11.Movements);
     this.ReportOfEng.RefreshReport();


then in runtime when i btnclick
this message appear in report
"data source instance has not been supplied for dataset"

so what i can do Big Grin | :-D
AnswerRe: in microsoft report viewer i want change datasource in run time Pin
Pete O'Hanlon30-Nov-10 11:32
mvePete O'Hanlon30-Nov-10 11:32 
GeneralRe: in microsoft report viewer i want change datasource in run time Pin
Nabawoka30-Nov-10 19:24
Nabawoka30-Nov-10 19:24 
AnswerI Get it :D:D ;) Pin
Nabawoka30-Nov-10 22:12
Nabawoka30-Nov-10 22:12 
GeneralRe: I Get it :D:D ;) Pin
Pete O'Hanlon30-Nov-10 22:24
mvePete O'Hanlon30-Nov-10 22:24 
Questionerror while backup DB from C# "Backup failed for Server" [modified] Pin
Nabawoka30-Nov-10 9:53
Nabawoka30-Nov-10 9:53 
AnswerRe: error while backup DB from C# "Backup failed for Server" Pin
Henry Minute30-Nov-10 13:36
Henry Minute30-Nov-10 13:36 
QuestionHow to block shutdown/logoff in Windows Vista? Pin
turbosupramk330-Nov-10 9:43
turbosupramk330-Nov-10 9:43 
AnswerRe: How to block shutdown/logoff in Windows Vista? Pin
Pete O'Hanlon30-Nov-10 10:10
mvePete O'Hanlon30-Nov-10 10:10 
GeneralRe: How to block shutdown/logoff in Windows Vista? Pin
turbosupramk330-Nov-10 10:22
turbosupramk330-Nov-10 10:22 
GeneralRe: How to block shutdown/logoff in Windows Vista? Pin
Pete O'Hanlon30-Nov-10 11:08
mvePete O'Hanlon30-Nov-10 11:08 
GeneralRe: How to block shutdown/logoff in Windows Vista? Pin
turbosupramk330-Nov-10 11:18
turbosupramk330-Nov-10 11:18 
GeneralRe: How to block shutdown/logoff in Windows Vista? Pin
Pete O'Hanlon30-Nov-10 11:21
mvePete O'Hanlon30-Nov-10 11:21 
GeneralRe: How to block shutdown/logoff in Windows Vista? Pin
turbosupramk31-Dec-10 3:07
turbosupramk31-Dec-10 3:07 
GeneralRe: How to block shutdown/logoff in Windows Vista? Pin
Pete O'Hanlon1-Dec-10 3:30
mvePete O'Hanlon1-Dec-10 3:30 
GeneralRe: How to block shutdown/logoff in Windows Vista? Pin
turbosupramk32-Dec-10 9:44
turbosupramk32-Dec-10 9:44 
GeneralRe: How to block shutdown/logoff in Windows Vista? Pin
Pete O'Hanlon3-Dec-10 11:11
mvePete O'Hanlon3-Dec-10 11:11 
QuestionRebooting to safe mode... Pin
Jacob D Dixon30-Nov-10 7:08
Jacob D Dixon30-Nov-10 7:08 

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.