PreRelease 2010.02.22 R2005 Variable problem
Posted: Wed Feb 24, 2010 10:17 am
Hello,
I just tried the lates prerelease version 2010.02.22 R2005.
However I found a problem when adding a variable from code.
If I add a variable from code it look's strange in the web designer and I get an error if I try to preview.
Please see attached image from the designer
Thank's Joakim
I just tried the lates prerelease version 2010.02.22 R2005.
However I found a problem when adding a variable from code.
If I add a variable from code it look's strange in the web designer and I get an error if I try to preview.
Code: Select all
myVariable = New Dictionary.StiVariable
myVariable.Category = "Category"
myVariable.Name = "VariableName"
myVariable.Alias = "VariableAlias"
myVariable.Type = GetType(String)
myVariable.Value = "Test String"
myReport.Dictionary.Variables.Add(myVariable)
Thank's Joakim