XMP Metadata
Contents
[
Hide
]
Reporting Services report designer does not support embedding XMP metadata in the document. Aspose.Pdf for Reporting Services provides four parameters to set the corresponding XMP metadata, they are:
Parameter Name: CreationDate
Date Type: String
Values supported: Date in one of the date formats
Parameter Name: ModifyDate
Date Type: String
Values supported: Date in one of the date formats
Parameter Name: MetaDataDate
Date Type: String
Values supported: Date in one of the date formats
Parameter Name: CreatorTool
Date Type: String
Values supported: Any plain text
Example
<Render>
…
<Extension Name="APPDF" Type="Aspose.Pdf.ReportingServices.Renderer, Aspose.Pdf.ReportingServices">
<Configuration>
<CreationDate>2017-12-10</CreationDate>
<ModifyDate>2018-1-12</ModifyDate>
<MetaDataDate>2018-3-7</MetaDataDate>
<CreatorTool>Aspose.Pdf for Reporting Services</CreatorTool>
</Configuration>
</Extension>
</Render>