Hi Community,
I have a question about the two Close methods of the ras sdk.
I am using the following code to Close a printed or exported Report:
reportClientDocument.Close();
reportClientDocument = null;
report.Close();
report.Dispose();
the Report.close gets an error (an external component has raised a condition).
I am not sure if I Need to use all of the Statements. It seems that the reportclientdocument.close also Closes the Report and thats why the Report.close or the Report.dispose() gets error.
Does anybody know if the reportClientDocument.close implements the Report.close? I thougth that I have to use the Report.dispose() to release the unused objects.
Thanks for your help.
Regards
joerg