• create a report parameter report

    type , give it values like type A, type B in the parameter window.

    now create 2 different lay outs or dataregions or tables in the body of your report.

    then set the visibility condition of that particular dataregion/table.

    iif(parameter!value = 'Type A', false, true) & Similarly for the other table

    try that.