How to uniquely identify a report
Posted: Fri Jun 05, 2009 5:44 am
Hi
I'm loading a report from the report file and sending it to the client for editing as well as they can create new reports and hit save button to save it in server. Now I'm facing an issue. I'm not able to figure out the report that is coming as the argument of save event is a new report or the one I send to client for editing. If it is a new one then I need to create a new report file or overwrite the existing one. I have seen the property ReportGuid, but it is changing each time on the save event. I know we can use the ReportName or ReportAlias, but those are user editable fields, so not fit in this purpose. Is there any property in Report object that can set in server and not changable in client and will persist across the requests so that I can uniquely identify the reports that are editing in the client side ?
Thanks
I'm loading a report from the report file and sending it to the client for editing as well as they can create new reports and hit save button to save it in server. Now I'm facing an issue. I'm not able to figure out the report that is coming as the argument of save event is a new report or the one I send to client for editing. If it is a new one then I need to create a new report file or overwrite the existing one. I have seen the property ReportGuid, but it is changing each time on the save event. I know we can use the ReportName or ReportAlias, but those are user editable fields, so not fit in this purpose. Is there any property in Report object that can set in server and not changable in client and will persist across the requests so that I can uniquely identify the reports that are editing in the client side ?
Thanks