Sunday, March 25, 2012

Create a scheduled report delivery through C#

HI,
Is it possible to create a sceduled delivery of a report through C#?
For example, if I wanted to send User1 a Report1 at 4PM, and I had to do
this in my C# application, can this be done, and how?
Please, I need to be sure.
Regards,
PM"PacMan" <PacMan@.discussions.microsoft.com> wrote in message
news:23E1E830-DC13-4D00-90AF-A6A7303CBEC1@.microsoft.com...
> HI,
> Is it possible to create a sceduled delivery of a report through C#?
> For example, if I wanted to send User1 a Report1 at 4PM, and I had to do
> this in my C# application, can this be done, and how?
> Please, I need to be sure.
> Regards,
> PM
Hello,
Yes you can do it, no problems.
The answer is not simple, you have to look for the API
CreateDataDrivenSubscription
But if you discover C#, .NET, WebServices, XML and Reporting services
perhaps you should ask some help to someone that already knows C#.
Remi|||Thank you very much. That's all I needed to know.
"Remi THOMAS [MVP]" wrote:
> "PacMan" <PacMan@.discussions.microsoft.com> wrote in message
> news:23E1E830-DC13-4D00-90AF-A6A7303CBEC1@.microsoft.com...
> > HI,
> >
> > Is it possible to create a sceduled delivery of a report through C#?
> >
> > For example, if I wanted to send User1 a Report1 at 4PM, and I had to do
> > this in my C# application, can this be done, and how?
> >
> > Please, I need to be sure.
> >
> > Regards,
> > PM
> Hello,
> Yes you can do it, no problems.
> The answer is not simple, you have to look for the API
> CreateDataDrivenSubscription
> But if you discover C#, .NET, WebServices, XML and Reporting services
> perhaps you should ask some help to someone that already knows C#.
> Remi
>sql

No comments:

Post a Comment