Click here to Skip to main content
15,886,795 members
Home / Discussions / Windows Forms
   

Windows Forms

 
Questionrdlc report in c# winforms programmatically Pin
Irshadkk14-Feb-14 18:59
Irshadkk14-Feb-14 18:59 
AnswerRe: rdlc report in c# winforms programmatically Pin
BELGIUMsky27-Mar-14 22:55
professionalBELGIUMsky27-Mar-14 22:55 
AnswerRe: rdlc report in c# winforms programmatically Pin
xstoneheartx25-Dec-14 15:25
xstoneheartx25-Dec-14 15:25 
Probably the name of dataset in your Report is different than "Employee". Open your report and in "Report Data" window, under the node "Datasets", check the name of your dataset, for example if dataset name is "Dataset1", your code should be:
C#
Microsoft.Reporting.WinForms.ReportDataSource repds = new Microsoft.Reporting.WinForms.ReportDataSource("DataSet1", ds.Tables[0]);

QuestionHighlight text on webbrowser Pin
Sumit Rastogi SRA27-Jan-14 23:23
professionalSumit Rastogi SRA27-Jan-14 23:23 
AnswerRe: Highlight text on webbrowser Pin
Simon_Whale27-Jan-14 23:41
Simon_Whale27-Jan-14 23:41 
GeneralRe: Highlight text on webbrowser Pin
Sumit Rastogi SRA28-Jan-14 2:01
professionalSumit Rastogi SRA28-Jan-14 2:01 
AnswerCross posted question. Pin
Pete O'Hanlon28-Jan-14 0:31
mvePete O'Hanlon28-Jan-14 0:31 
Questionclick once setup not installing crystal report runtime pre- requisite while updating from file location Pin
Member 1041145119-Nov-13 1:58
Member 1041145119-Nov-13 1:58 
QuestionCategory Partitioning Pin
Member 449684917-Nov-13 17:36
Member 449684917-Nov-13 17:36 
QuestionLooking for C# winforms control / library to manage different map-based plain image layers Pin
vValkir6-Nov-13 1:22
vValkir6-Nov-13 1:22 
AnswerRe: Looking for C# winforms control / library to manage different map-based plain image layers Pin
BillWoodruff9-Nov-13 6:36
professionalBillWoodruff9-Nov-13 6:36 
AnswerRe: Looking for C# winforms control / library to manage different map-based plain image layers Pin
xstoneheartx25-Dec-14 16:20
xstoneheartx25-Dec-14 16:20 
QuestionNokia for Windows Phone developers, DVLUP. Pin
Anshu Kapoor26-Sep-13 1:45
Anshu Kapoor26-Sep-13 1:45 
AnswerRe: Nokia for Windows Phone developers, DVLUP. Pin
Eddy Vluggen26-Sep-13 1:54
professionalEddy Vluggen26-Sep-13 1:54 
GeneralRe: Nokia for Windows Phone developers, DVLUP. Pin
Anshu Kapoor26-Sep-13 2:07
Anshu Kapoor26-Sep-13 2:07 
GeneralRe: Nokia for Windows Phone developers, DVLUP. Pin
Eddy Vluggen26-Sep-13 3:00
professionalEddy Vluggen26-Sep-13 3:00 
AnswerRe: Nokia for Windows Phone developers, DVLUP. Pin
Richard MacCutchan26-Sep-13 4:33
mveRichard MacCutchan26-Sep-13 4:33 
AnswerRe: Nokia for Windows Phone developers, DVLUP. Pin
Abhinav S9-Oct-13 3:01
Abhinav S9-Oct-13 3:01 
QuestionWeifenLuo.WinformsUI.Docking.dll Version 2.7.0.0 not toggling Pin
rohit24c23-Sep-13 19:48
rohit24c23-Sep-13 19:48 
AnswerRe: WeifenLuo.WinformsUI.Docking.dll Version 2.7.0.0 not toggling Pin
Richard MacCutchan23-Sep-13 20:56
mveRichard MacCutchan23-Sep-13 20:56 
Generalwindow form application Pin
ANKIT KUMAR SINHA22-Sep-13 23:02
ANKIT KUMAR SINHA22-Sep-13 23:02 
SuggestionRe: window form application Pin
Richard MacCutchan23-Sep-13 0:51
mveRichard MacCutchan23-Sep-13 0:51 
GeneralRe: window form application Pin
Eddy Vluggen23-Sep-13 1:20
professionalEddy Vluggen23-Sep-13 1:20 
NewsRe: window form application Pin
Gil-B6-Oct-13 5:26
professionalGil-B6-Oct-13 5:26 
GeneralRe: window form application Pin
ANKIT KUMAR SINHA8-Oct-13 22:56
ANKIT KUMAR SINHA8-Oct-13 22:56 

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.