i want ask there way export ssrs report programmatic using c#
export through ssrs report using c# when reports run should save on local disk please see image screen shot
like dont want export above screen shot...
i want when report click should export or save in local disk
is there code please me
yes can. search "reportexecutionservice ssrs c#". can specify whether want excel or pdf in line ".render(format, ...."
an example can found @ http://www.aspose.com/docs/display/wordsreportingservices/rendering+reports+programmatically
Comments
Post a Comment