views:

32

answers:

1

I'm calling CreateReport method on ReportingService web service to create a report on the server. I was wondering if there is a way to give this newly created report a Guid I want for the ItemID in the Catalog table?

+1  A: 

No: it's an internal value. You'll never use it anywhere else and relying on the internals of the RS database is not a good idea anyway...

gbn