Execute .exe in SSRS Report

对着背影说爱祢 提交于 2019-12-03 22:45:54

I have solved my Problem.

As first step I mentioned, that also simple methods like:

Public Function StartProcess(ByVal s As String) As String   
  Return "it works"
End Function

brought the error: ":StartProcess is invalid. InvalidIdentifier"

As second step i found this link: Link to Google Group discussion (perhabs you have to expand all messages).

As last step i have to create a Datamethod and then call it in an expression and it works. The code in the datamethod isn't in VB.Net but in C#. How this works, can you see here (Youtube)

Thank you all for your help.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!