Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

ali kanju2

@ali kanju2
About
Posts
8
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Complex type response
    A ali kanju2

    Hi, I am calling a wcf service that returns a complex type response. How can i get that response and cast into some array list or string array to iterate the items. or is there any other way i can get complex type reponse?

    WCF and WF question csharp wcf data-structures

  • report viewer problem
    A ali kanju2

    i m programatically building a datatable and populating that datatable with data from a text file.nw i m assigning that datatable to report viewer but report viewer is not showing any data.here is my code if (counter != 0) { for (int j = 0; j < counter-1; j++) { fieldValues = file.ReadLine().Split(new char[] { '\t' }); DataRow dr = dt.NewRow(); for (int i = 0; i < fieldValues.Length; i++) { dr[i] = fieldValues[i].ToString(); } dt.Rows.Add(dr); } } reportViewer1.ProcessingMode = Microsoft.Reporting.WinForms.ProcessingMode.Local; this.reportViewer1.LocalReport.ReportPath="C:\\Documents and Settings\\amohiuddin\\My Documents\\Visual Studio 2008\\Projects\\sample reporting application\\sample reporting application\\Report1.rdlc"; this.reportViewer1.LocalReport.ReportEmbeddedResource = "sample reporting.Report1.rdlc"; this.reportViewer1.LocalReport.DataSources.Clear(); reportViewer1.DocumentMapCollapsed = true; this.reportViewer1.DataBindings.Clear(); this.reportViewer1.LocalReport.DataSources.Add(rds); this.reportViewer1.Show(); this.reportViewer1.RefreshReport(); } can someone tell me what i m missing?

    C# csharp visual-studio winforms help question

  • datatable
    A ali kanju2

    no there is no error..but no data is shown in report viewer.

    C# help

  • datatable
    A ali kanju2

    my problem has changed a bit i created datatable and bind that to report viewer just as we bind something to gridview but i cant see anything on running application and there is no error.

    C# help

  • datatable
    A ali kanju2

    i have created a datatable programatically and populated it with some data.nw i want to bind it with report viewer to show that data.plz guide me hw can i do that?

    C# tutorial question

  • report viewer
    A ali kanju2

    no one ever did that?

    C#

  • report viewer
    A ali kanju2

    hi, i have generated a report using report viewer..can i add a column programaticaly to that report.. thanx.

    C#

  • Using OCX control in C#
    A ali kanju2

    you can probably do it like this...

    C# question csharp design business architecture
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups