There are three ways to make the SSRS.
(1)The first is with BIDS(sql server Business Intelligence Design Studio), which could directly generate the RDL file of SSRS.
(2)The second is also with BIDS, which generate report model first, then, we could use report builder to make SSRS based on the report model.
(3)The third is with VS(Visual Studio), the user must establish a project of report model of AX, modify the report model, then publish the project to AX.
These three ways to make SSRS seem to come from three different world! I like the first very much and hate the second and third. But to generate SSRS for AX, I must go the third way, which disturb me deeply.
I want to make directly RDL of SSRS in BIDS, then create a project of report model of AX in VS, then import the SSRS RDL file into the project, I could edit it on demand, at last, the report could be added to AX in VS.But I found nothing to solve the problem after taking plenty of time.
How could I import an existing SSRS RDL file into AX report model project in VS?? In a simpler word, how could I import SSRS RDL file into VS??