I have a report which is designed in Crystal Reports XI, when I export it to html it has a predefined header with some meta data in it, how can I have additional meta data in it automatically during an export?
from:
<META NAME="Author" CONTENT="Crystal Reports 11.5">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
to:
<META NAME="Author" CONTENT="Crystal Reports 11.5">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<meta name="viewport" content="width=320" />
thanks