0

I have a report viewer in with two different datasets and i have two different tables each table gets information from a dataset.

I would like the layout to be as the following for an example:

  • Dataset 1 (Class)
    • Dataset 2 (Subclass)

My current reports returns all classes (from dataset 1) then shows the subclasses (from dataset 2) Is there a way in which i can show data from the two different datasets together?

I have two different Lists each referring to a dataset and within them are tables with the appropriate tables.

4

1 に答える 1

0

他の人のアドバイスを受けて、両方のストアド プロシージャを 1 つにまとめ、レポート ビューアーでフィルター機能を使用して、さまざまなデータをさまざまなテーブルに表示しました。

于 2012-05-29T16:02:04.737 に答える