No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
I Using C# Window Application. System.Drawing.Image <- having error... cannot using System.Drawing.Image now what can i do?
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 …
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 = …
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 ##  ## but the result is this format ## 
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?
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.
The End.
howard.teoh.7