Click here to Skip to main content
15,867,308 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using protected set accessor Pin
robwm11-Oct-14 7:17
robwm11-Oct-14 7:17 
AnswerRe: Using protected set accessor Pin
Richard Deeming1-Oct-14 7:01
mveRichard Deeming1-Oct-14 7:01 
GeneralRe: Using protected set accessor Pin
robwm11-Oct-14 7:14
robwm11-Oct-14 7:14 
GeneralRe: Using protected set accessor Pin
Richard Deeming1-Oct-14 7:32
mveRichard Deeming1-Oct-14 7:32 
GeneralRe: Using protected set accessor Pin
robwm11-Oct-14 7:36
robwm11-Oct-14 7:36 
GeneralRe: Using protected set accessor Pin
Andy_L_J1-Oct-14 22:12
Andy_L_J1-Oct-14 22:12 
GeneralRe: Using protected set accessor Pin
robwm12-Oct-14 5:00
robwm12-Oct-14 5:00 
Questionmultiple / change report in one report viewer Pin
just1c3ss1-Oct-14 1:14
just1c3ss1-Oct-14 1:14 
At my windows application reporting services project:
I have two reports: reportA and reportB and one report viewer.

I want to change these 2 reports according to my choose from a combo box.

I can display reportA, but then when want to change to reportB,
this error message displays: The source of the report definition has not been definition.

I used :

reportViewer1.Reset();
reportViewer1.LocalReport.DataSources.Clear(); reportViewer1.LocalReport.ReportEmbeddedResource = "TERMINAL_BENDING_APPLICATION.Report2.rdlc";
this.reportViewer1.RefreshReport()

I used everything but still the same. Please help me.
AnswerRe: multiple / change report in one report viewer Pin
ZurdoDev1-Oct-14 1:38
professionalZurdoDev1-Oct-14 1:38 
QuestionPass a value from different project Pin
Member 1102592430-Sep-14 17:42
Member 1102592430-Sep-14 17:42 
AnswerRe: Pass a value from different project Pin
V.30-Sep-14 19:40
professionalV.30-Sep-14 19:40 
AnswerRe: Pass a value from different project Pin
BillWoodruff30-Sep-14 21:24
professionalBillWoodruff30-Sep-14 21:24 
GeneralRe: Pass a value from different project Pin
Member 1102592430-Sep-14 21:26
Member 1102592430-Sep-14 21:26 
GeneralRe: Pass a value from different project Pin
BillWoodruff30-Sep-14 23:25
professionalBillWoodruff30-Sep-14 23:25 
QuestionRe: Pass a value from different project Pin
Kornfeld Eliyahu Peter30-Sep-14 22:01
professionalKornfeld Eliyahu Peter30-Sep-14 22:01 
AnswerRe: Pass a value from different project Pin
Member 1102592430-Sep-14 22:03
Member 1102592430-Sep-14 22:03 
AnswerRe: Pass a value from different project Pin
Kornfeld Eliyahu Peter30-Sep-14 22:15
professionalKornfeld Eliyahu Peter30-Sep-14 22:15 
GeneralRe: Pass a value from different project Pin
Member 1102592430-Sep-14 22:35
Member 1102592430-Sep-14 22:35 
AnswerRe: Pass a value from different project Pin
Kornfeld Eliyahu Peter30-Sep-14 22:58
professionalKornfeld Eliyahu Peter30-Sep-14 22:58 
GeneralRe: Pass a value from different project Pin
Dave Kreskowiak1-Oct-14 2:01
mveDave Kreskowiak1-Oct-14 2:01 
GeneralRe: Pass a value from different project Pin
Kornfeld Eliyahu Peter1-Oct-14 2:06
professionalKornfeld Eliyahu Peter1-Oct-14 2:06 
GeneralRe: Pass a value from different project Pin
V.1-Oct-14 2:13
professionalV.1-Oct-14 2:13 
Questionhow someone can enhance the speed of sending a file over lan using tcp protocol in c#.net? Pin
Member 1111823230-Sep-14 6:33
Member 1111823230-Sep-14 6:33 
AnswerRe: how someone can enhance the speed of sending a file over lan using tcp protocol in c#.net? Pin
Eddy Vluggen30-Sep-14 7:22
professionalEddy Vluggen30-Sep-14 7:22 
QuestionMarco Tulio Pin
Member 1063696630-Sep-14 5:56
Member 1063696630-Sep-14 5: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.