Change value of the one of data columns in the rendered document
Posted: Thu Apr 21, 2022 10:28 pm
Dear Stimulsoft team
I have the rendered document in the *.mdc file. Berfore print I want change value of one data column in the document. How can I do this?
Best regards,
nozdUp
I have the rendered document in the *.mdc file. Berfore print I want change value of one data column in the document. How can I do this?
Code: Select all
var stiReport = new StiReport();
stiReport.LoadDocument(filePath); // path of the *.mdc file
// Which command for change one of the data columns?
nozdUp