What do the following error messages mean: Could not analyze text. Text format 39 expected. Could not analyze text. Text format 44 expected. Could not analyze text. Text format 123 expected. Could not analyze text. Text format 375 expected.
To answer my own question, I explored a bit further and found that I need to be using static ReportBuilder2.Module1;
What is this RP thing? Somekind of global variable? How would I declare it in a C# project that attempts to use ReportBuilder? If I add something along the lines of your VB code to a C# project, I get a NullReferenceException in PrintClass.vb, in a piece of code that once again uses this RP variable.