Click here to Skip to main content
15,789,836 members
Home / Discussions / C#
   

C#

 
GeneralRe: website performance Pin
OriginalGriff7-Feb-12 0:45
mvaOriginalGriff7-Feb-12 0:45 
GeneralRe: website performance Pin
IMQ7-Feb-12 0:55
IMQ7-Feb-12 0:55 
GeneralC#.Net Pin
Dnyanesh Wahiley5-Feb-12 19:13
Dnyanesh Wahiley5-Feb-12 19:13 
GeneralRe: C#.Net Pin
Abhinav S5-Feb-12 19:57
Abhinav S5-Feb-12 19:57 
GeneralRe: C#.Net Pin
OriginalGriff5-Feb-12 22:26
mvaOriginalGriff5-Feb-12 22:26 
GeneralRe: C#.Net Pin
BillWoodruff6-Feb-12 11:01
professionalBillWoodruff6-Feb-12 11:01 
GeneralC#.Net Pin
Dnyanesh Wahiley7-Feb-12 6:21
Dnyanesh Wahiley7-Feb-12 6:21 
Questionrdlc - subreport ? C# 2010 Pin
Paramu19735-Feb-12 0:33
Paramu19735-Feb-12 0:33 
Hi,
It's my first SubReport, and Iam trying to make some RDLC -Subreport. Can anybody can show me the further steps...?

The below code is for main report... But I want to display this report (For_RDLC_Check_Appln.Check_Report1.rdlc) and subreport in reportviewer...

Is it possible? Any sample cods for Subreport ?
Thanks Thumbs Up | :thumbsup:

C#
<pre>reportViewer1.RefreshReport();
Microsoft.Reporting.WinForms.ReportDataSource ReptRDS = new Microsoft.Reporting.WinForms.ReportDataSource();
ReptRDS.Name = "DataSet1";
ReptRDS.Value = MyReptDataTable;
reportViewer1.LocalReport.DataSources.Clear();
reportViewer1.LocalReport.DataSources.Add(ReptRDS);
reportViewer1.LocalReport.ReportEmbeddedResource ="For_RDLC_Check_Appln.Check_Report1.rdlc";
reportViewer1.SetDisplayMode(Microsoft.Reporting.WinForms.DisplayMode.PrintLayout);
reportViewer1.RefreshReport();
reportViewer1.Visible = true;

AnswerRe: rdlc - subreport ? C# 2010 Pin
thatraja5-Feb-12 5:56
professionalthatraja5-Feb-12 5:56 
GeneralRe: rdlc - subreport ? C# 2010 Pin
Paramu19736-Feb-12 19:27
Paramu19736-Feb-12 19:27 
Questionusing TPL in Com add in excel Pin
PozzaVecia4-Feb-12 21:32
PozzaVecia4-Feb-12 21:32 
QuestionGetting Windows Login/Logout Time Pin
AmbiguousName4-Feb-12 9:45
AmbiguousName4-Feb-12 9:45 
AnswerRe: Getting Windows Login/Logout Time Pin
Abhinav S4-Feb-12 22:22
Abhinav S4-Feb-12 22:22 
GeneralRe: Getting Windows Login/Logout Time Pin
AmbiguousName5-Feb-12 21:38
AmbiguousName5-Feb-12 21:38 
GeneralRe: Getting Windows Login/Logout Time Pin
Abhinav S5-Feb-12 22:42
Abhinav S5-Feb-12 22:42 
QuestionGetting Max of an attribute value from Entity Collection Pin
indian1433-Feb-12 9:52
indian1433-Feb-12 9:52 
AnswerRe: Getting Max of an attribute value from Entity Collection Pin
Tim Groven3-Feb-12 9:57
Tim Groven3-Feb-12 9:57 
AnswerRe: Getting Max of an attribute value from Entity Collection Pin
BillWoodruff4-Feb-12 12:00
professionalBillWoodruff4-Feb-12 12:00 
QuestionHelp with p/invoking iphlpapi.dll Pin
CCodeNewbie3-Feb-12 6:55
CCodeNewbie3-Feb-12 6:55 
AnswerRe: Help with p/invoking iphlpapi.dll Pin
PIEBALDconsult3-Feb-12 8:40
professionalPIEBALDconsult3-Feb-12 8:40 
AnswerRe: Help with p/invoking iphlpapi.dll Pin
Luc Pattyn3-Feb-12 8:46
sitebuilderLuc Pattyn3-Feb-12 8:46 
GeneralRe: Help with p/invoking iphlpapi.dll Pin
CCodeNewbie3-Feb-12 10:45
CCodeNewbie3-Feb-12 10:45 
GeneralRe: Help with p/invoking iphlpapi.dll Pin
PIEBALDconsult3-Feb-12 12:25
professionalPIEBALDconsult3-Feb-12 12:25 
AnswerRe: Help with p/invoking iphlpapi.dll Pin
Luc Pattyn3-Feb-12 16:40
sitebuilderLuc Pattyn3-Feb-12 16:40 
GeneralRe: Help with p/invoking iphlpapi.dll Pin
jschell4-Feb-12 10:47
jschell4-Feb-12 10:47 

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.