Question

I am working on a SQl Server Report Services project and the report I am creating requires some custom code. It seems that all expressions must be in VB.NET and I figured if there was an 'easy' way to switch that over to be C#, it would be helpful.

EDIT:

Well, I decided to move my code to another C# assembly that follows the patterns like this example.

Was it helpful?

Solution

It's VBA (Visual Basic for Applications) rather than VB.NET, so it's not .NET, it's an embedded scripting language. Therefore I would expect that there's no way to switch to C#.

OTHER TIPS

I believe that the reports are using something more along the lines of VBScript (Edit: OregonGhost says VBA which actually makes more sense than VBScript) than VB.NET (and very limited at that). I have not seen any way of switching it over to C#, and I would like to be proven wrong.

The short answer is no. And the language as described my MSDN is not really VB.NET, but Visual Basic

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top