Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~683 People Reached
Favorite Forums
Member Avatar for howard.teoh.7

I Using C# Window Application. System.Drawing.Image <- having error... cannot using System.Drawing.Image now what can i do?

Member Avatar for kvprajapati
0
61
Member Avatar for howard.teoh.7

I using VS2010 C# Window Form. i want to pass the parameters from window form to reportviewer in window form i using: IList<ReportParameter> parameters = new List<ReportParameter>(); parameters.Add(new ReportParameter("Year", "01/01/2012")); reportViewer1.LocalReport.SetParameters(parameters); but it cannot work, when i run, it come out a message said "The 'Year' Parameter is missing a …

0
69
Member Avatar for howard.teoh.7

May I know how to pass data from the winform to the reportviewer chart? For Example: In WinForm ---------- i wan pass the variable (string strMonth = "Month";) to the reportviewer chart In ReportVierwer Chart ---------------------- i want using the variable in the Winform Example : IIF(strMonth = "Month",Month(Fields!OrderDate.Value),IIF(strMonth = …

Member Avatar for tinstaafl
0
121
Member Avatar for howard.teoh.7

Using c# VS2010 WinForm actually i using line chart in report viewer in my database: ID----amount----year ID01----10.00----2008 ID02----20.00----2010 ID03----30.00----2012 ## i want the result is in this format ## ![1](/attachments/fetch/L2ltYWdlcy9hdHRhY2htZW50cy80LzEucG5n/300 "align-left") ## but the result is this format ## ![2](/attachments/fetch/L2ltYWdlcy9hdHRhY2htZW50cy80LzIucG5n/300 "align-left")

Member Avatar for ChrisHunter
0
134
Member Avatar for howard.teoh.7

Actually, i want connect a database is in another computer, may i know how to connect the database over LAN to retreive the database on another computer, and what step i need to do?

Member Avatar for BobS0327
0
106
Member Avatar for howard.teoh.7

May i know how to create textbox using code and store the design in window form, next time i open the form that must be same as previous i designed.

Member Avatar for howard.teoh.7
0
192