Showing posts with label seams. Show all posts
Showing posts with label seams. Show all posts

Sunday, March 11, 2012

Export To Word

Hi,
Is there any way to implement export to ms word ? it seams that
reporting just support export to Pdf,Excel and Image.
Any suggestion?
Is there any plan on Microsoft for supporting Export to word ?
Thanks,
Saman ZakerzadehOn Aug 28, 1:35 am, Saman <zakerz...@.gmail.com> wrote:
> Hi,
> Is there any way to implement export to ms word ? it seams that
> reporting just support export to Pdf,Excel and Image.
> Any suggestion?
> Is there any plan on Microsoft for supporting Export to word ?
> Thanks,
> Saman Zakerzadeh
In SQL 2008, slated to be released in the Spring, they've added this
functionality.|||beener wrote:
> On Aug 28, 1:35 am, Saman <zakerz...@.gmail.com> wrote:
>> Hi,
>> Is there any way to implement export to ms word ? it seams that
>> reporting just support export to Pdf,Excel and Image.
>> Any suggestion?
>> Is there any plan on Microsoft for supporting Export to word ?
>> Thanks,
>> Saman Zakerzadeh
> In SQL 2008, slated to be released in the Spring, they've added this
> functionality.
>
What about local reports (rdlc) ?
I think this functionality(export) is more related to Report Viewer than
sql server.
could you correct me?|||We have developped a conversion to merge xml data into word.
First, we export the report to XML data.
Then we use those data into a WordML document wish comtains the reporting
XML tags.
It works fine.
"Saman" wrote:
> beener wrote:
> > On Aug 28, 1:35 am, Saman <zakerz...@.gmail.com> wrote:
> >> Hi,
> >> Is there any way to implement export to ms word ? it seams that
> >> reporting just support export to Pdf,Excel and Image.
> >> Any suggestion?
> >> Is there any plan on Microsoft for supporting Export to word ?
> >>
> >> Thanks,
> >> Saman Zakerzadeh
> >
> > In SQL 2008, slated to be released in the Spring, they've added this
> > functionality.
> >
> What about local reports (rdlc) ?
> I think this functionality(export) is more related to Report Viewer than
> sql server.
> could you correct me?
>