Set PDF Properties from Reporting Services

I have an RDL that I call from .net code and I represent it as PDF. RS sets values ​​for document properties such as author, title, subject.

Is it possible to change these properties at runtime when the RDL is running?

Many thanks,

Edgar

+2


a source to share


1 answer


Yes, you can. although the specifics of how to do this depends on what kind of metadata you are trying to set (that is, if it is xmp data or document metadata).



0


a source







All Articles