RS designer does not support the embedding of XMP data. Aspose.Pdf for Reporting Services provides four parameters to set the corresponding XMP meta data,they are:
1)
Parameter Name: CreationDate
Date Type: String
Values supported:
2)
Parameter Name: ModifyDate
Date Type: String
Values supported:
3)
Parameter Name: MetaDataDate
Date Type: String
Values supported:
4)
Parameter Name: CreatorTool
Date Type: String
Values supported:
Example:
<Render>
…
<Extension Name="APPDF" Type=" Aspose.Pdf.ReportingServices.Renderer,Aspose.Pdf.ReportingServices ">
<Configuration>
< CreationDate >2007-12-10</ CreationDate >
< ModifyDate >2008-1-12</ ModifyDate >
< MetaDataDate >2008-3-7</ MetaDataDate >
< CreatorTool >Aspose.Pdf for Reporting Services</ CreatorTool >
</Configuration>
</Extension>
</Render>