Home > Back-end >  RMF report file using RMReport opened, how to time the view when making report data stored procedure
RMF report file using RMReport opened, how to time the view when making report data stored procedure

Time:11-17

New to report, report file is RMF format, since the report data is a little problem, want to check out this report data to produce the corresponding stored procedure or a specific SQL statements, using RMReport report designer after open this file can only see the design of the report format, click on the band data source, also didn't see the corresponding data set, only the virtual cube, has nothing, in the script should how can I find this report data corresponding to a stored procedure or SQL statements?

CodePudding user response:

This is can't see, because RMReport is associated with a RMDataset controls, and controls associated to the Query or Table control, so you take a RMF file alone is can't see to get the data statement or a stored procedure, but also because of this, you can put the call decompiled RMF EXE file, a program written in SQL statements may be in the form of a string,

CodePudding user response:

That there is no way to reverse compile, it can only find this report corresponds to a dataset and the query of some documents, to check the statement to get the data, is that right?

CodePudding user response:

You can put the call of the RMF decompiled EXE file, a program written in SQL statements may be in the form of a string,
  • Related