Click here to Skip to main content
15,898,036 members
Home / Discussions / C#
   

C#

 
Questionis there any way to make Silent installation to my C# program - on Visual-Studio Pin
goldsoft2-Jun-11 1:41
goldsoft2-Jun-11 1:41 
AnswerRe: is there any way to make Silent installation to my C# program - on Visual-Studio Pin
Luc Pattyn2-Jun-11 2:41
sitebuilderLuc Pattyn2-Jun-11 2:41 
AnswerRe: is there any way to make Silent installation to my C# program - on Visual-Studio Pin
Dave Kreskowiak2-Jun-11 4:15
mveDave Kreskowiak2-Jun-11 4:15 
Questionread excel file with OleDbCommand Pin
MrKBA2-Jun-11 1:19
MrKBA2-Jun-11 1:19 
AnswerRe: read excel file with OleDbCommand Pin
PIEBALDconsult2-Jun-11 3:06
mvePIEBALDconsult2-Jun-11 3:06 
GeneralRe: read excel file with OleDbCommand Pin
MrKBA2-Jun-11 3:24
MrKBA2-Jun-11 3:24 
GeneralRe: read excel file with OleDbCommand Pin
Wayne Gaylard2-Jun-11 4:03
professionalWayne Gaylard2-Jun-11 4:03 
QuestionMicrosoft Report on Network c# 2010 ? [modified] Pin
Paramu19732-Jun-11 1:09
Paramu19732-Jun-11 1:09 
Hi

Actaully from my system I used the below code and it works fine as a local Report. But my program has to be accessed by 2 more users on network. For that I have no any idea, what else I need? May be I need to install anything on my sqlserver installed machine in network? or I have to install reportviewer to my users system ?

And any sample code for that?

Any Guidences will be happy.

reportViewer1.RefreshReport();
Microsoft.Reporting.WinForms.ReportDataSource VehRDS = new Microsoft.Reporting.WinForms.ReportDataSource();
RepDS.Name = "DataSet1";
RepDS.Value = MyDataTable1;
reportViewer1.LocalReport.DataSources.Clear();
reportViewer1.LocalReport.DataSources.Add(VehRDS);
reportViewer1.LocalReport.ReportPath ="C:\\Documents and Settings\\...\\My Documents\\Visual Studio 2010\\Projects\\MyProject\\My_Report.rdlc";
reportViewer1.RefreshReport();
reportViewer1.Visible = true;


I tried by the below code

reportViewer1.ServerReport.ReportPath = "//Mysever/MyProject/Expence_Report.rdlc";
And I copied my report to that server folder And I tried. Is it correct or some other way?

Thanks For The Ideas & Guidences

Thanks and Regards Thumbs Up | :thumbsup:
PARAMU

modified on Thursday, June 2, 2011 7:50 AM

QuestionHow to Systematic Development and Programming Pin
Anubhava Dimri1-Jun-11 22:56
Anubhava Dimri1-Jun-11 22:56 
AnswerRe: How to Systematic Development and Programming Pin
Pete O'Hanlon1-Jun-11 23:18
mvePete O'Hanlon1-Jun-11 23:18 
AnswerRe: How to Systematic Development and Programming Pin
PIEBALDconsult2-Jun-11 3:09
mvePIEBALDconsult2-Jun-11 3:09 
QuestionSaving as a PDF file in the data PrintDocument Pin
ismail201-Jun-11 20:55
ismail201-Jun-11 20:55 
AnswerRe: Saving as a PDF file in the data PrintDocument Pin
Pete O'Hanlon1-Jun-11 21:52
mvePete O'Hanlon1-Jun-11 21:52 
AnswerRe: Saving as a PDF file in the data PrintDocument Pin
Luc Pattyn2-Jun-11 0:27
sitebuilderLuc Pattyn2-Jun-11 0:27 
AnswerRe: Saving as a PDF file in the data PrintDocument Pin
Dalek Dave13-Jun-11 11:35
professionalDalek Dave13-Jun-11 11:35 
QuestionFrustration with Entity Framework 4.1 Pin
TheyCallMeMrJames1-Jun-11 18:09
TheyCallMeMrJames1-Jun-11 18:09 
QuestionA problem while transferring data over the NetworkStream Pin
SimpleData1-Jun-11 9:06
SimpleData1-Jun-11 9:06 
AnswerRe: A problem while transferring data over the NetworkStream Pin
Richard Andrew x641-Jun-11 12:49
professionalRichard Andrew x641-Jun-11 12:49 
GeneralRe: A problem while transferring data over the NetworkStream Pin
SimpleData1-Jun-11 12:51
SimpleData1-Jun-11 12:51 
GeneralRe: A problem while transferring data over the NetworkStream Pin
Richard Andrew x641-Jun-11 12:53
professionalRichard Andrew x641-Jun-11 12:53 
GeneralRe: A problem while transferring data over the NetworkStream Pin
Richard Andrew x641-Jun-11 13:02
professionalRichard Andrew x641-Jun-11 13:02 
GeneralRe: A problem while transferring data over the NetworkStream Pin
SimpleData1-Jun-11 14:15
SimpleData1-Jun-11 14:15 
GeneralRe: A problem while transferring data over the NetworkStream Pin
Dave Kreskowiak1-Jun-11 14:10
mveDave Kreskowiak1-Jun-11 14:10 
GeneralRe: A problem while transferring data over the NetworkStream Pin
SimpleData1-Jun-11 14:12
SimpleData1-Jun-11 14:12 
GeneralRe: A problem while transferring data over the NetworkStream Pin
BobJanova1-Jun-11 23:11
BobJanova1-Jun-11 23:11 

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.