5
我正在SSRS 2008中開發RDL,並試圖將子報表直接移動到主報表中,以便我在與主報表相同的存儲過程中運行此子報表。
但是,我遇到了困難。我得到了存儲過程成功運行。但現在當我嘗試將此表複製到主報告中時,出現以下錯誤:SSRS詳細成員只能包含靜態內部成員。
Error 1 [rsInvalidDetailDataGrouping] The tablix ‘table2’ has a detail member with inner members. Detail members can only contain static inner members. \\operations\userfiles\R15D\Documents\Visual Studio 2008\Projects\Test\Test2\DischargePlan.rdl 0 0
Report item expressions can only refer to fields within the current dataset scope or, if inside an aggregate, the specified dataset scope
我該如何做?我嘗試過在互聯網上找到的各種解決方法,但都沒有奏效。我嘗試將表移動到組級別並刪除細節分組。我已經刪除了排序元素等,但我得到這個錯誤消失的唯一方法是刪除此表和所有文本框值的所有分組。