Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SSRS question

    You Can use DataViews Rowfilter property

    DataView dv = new DataView();

    dv.Table = ds.Tables[Your Table Name];

    dv.RowFilter = filter criteria

Viewing post 1 (of 1 total)