I would like to create a custom delivery extension wherby I take the filename of my report and then append a date time stamp to it. While I have some knowledge of RS I have little practical programming expierience.
I have little fear of learning something new, but I like to take known good working model, understand why / how it works and then apply that to my situation.
Are there any "Dummies" type of tutorials out there to get me started down this road?
Thanks for reading
hi , you can use this code .
public bool Deliver(Notification notification)
{
string reportName = notification.Report.Name;
}
No comments:
Post a Comment