Hi,
I am trying to invoke one image in my report.Image does show up in the excel spreadsheet when i export it but doesn't show up at the location I want. following is the code that I am using it to invoke image on the right side of the report table.
filename report "/develop/measure/apps/mashah/hcsc/xls/xls_rep4/PrescriberProfile_&pid..xls";
options orientation = landscape ;
ods listing close;
ods html body = report
style=minimal;
title &report_title;
title1 &report_title1;
title3 &report_title3;
title4 &report_title4;
title5 &report_title5;
proc report data = summary nowd split ='*'
style(report) =[preimage="/develop/measure/apps/mashah/temp/programs/logo.gif" just=right cellspacing=2
borderwidth=5 bordercolor=blue]
style(header)=[foreground=green background = white font_size=5]
style(column)=[foreground=black background = white font_face=helvetica font_size=3]
style(summary)=[foreground=cx3e3d73 background=cxaeadd9 font_face=helvetica font_size=5 just=r];
..........
..........
..........
Image shows up on the left of the table and overlapes the left corner of the table.
Can anyone help me out!
Thanks in advance.
Mehul
I am trying to invoke one image in my report.Image does show up in the excel spreadsheet when i export it but doesn't show up at the location I want. following is the code that I am using it to invoke image on the right side of the report table.
filename report "/develop/measure/apps/mashah/hcsc/xls/xls_rep4/PrescriberProfile_&pid..xls";
options orientation = landscape ;
ods listing close;
ods html body = report
style=minimal;
title &report_title;
title1 &report_title1;
title3 &report_title3;
title4 &report_title4;
title5 &report_title5;
proc report data = summary nowd split ='*'
style(report) =[preimage="/develop/measure/apps/mashah/temp/programs/logo.gif" just=right cellspacing=2
borderwidth=5 bordercolor=blue]
style(header)=[foreground=green background = white font_size=5]
style(column)=[foreground=black background = white font_face=helvetica font_size=3]
style(summary)=[foreground=cx3e3d73 background=cxaeadd9 font_face=helvetica font_size=5 just=r];
..........
..........
..........
Image shows up on the left of the table and overlapes the left corner of the table.
Can anyone help me out!
Thanks in advance.
Mehul