Import Design from Doc to the SSRS
hi,
have report design created in .doc file.
want copy , paste design in ssrs report.is there way so?
ssrs report design should match design in doc.
i using bids 2005
thanks
~sr. database analyst~
hi,
for requirement, suggest 2 possilble ways:
1. embed these word docs database:
1) use sql commands(...openrowset...) embed these word docs in database image data.
2) use .net language (c#, vb) convert data image.
3) use image control show these images, word document embedded in database.
see article describes how embed pdf document in reporting services, http://www.codeproject.com/kb/reporting-services/rs08embeddingpdfdocument.aspx (not microsoft's), similary while using word documents.
2. upload these word documents in report server, access them using url.
1) can upload these word documents in report manager.
2) add hyperlinks reports link these word documents stored on report server.
for using url access in reporting service, see http://msdn.microsoft.com/en-us/library/ms152835.aspx
how add hyperlink url, please see: http://msdn.microsoft.com/en-us/library/ms157159.aspx
please remember mark replies answers if , unmark them if provide no help.
SQL Server > SQL Server Reporting Services, Power View
Comments
Post a Comment