Answer the question
In order to leave comments, you need to log in
How to pass data to another asp.core mvc site?
Good afternoon, there are 2 client applications:
openFastReport() {
let data = JSON.stringify(this.dataMainTable)
window.open(`${environment.fastReportUrl}/report?order=${data }`);
}
Answer the question
In order to leave comments, you need to log in
If the data for the report is on the server, then you can send some report id
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question