This is my code:
Code: Select all
Dim v As New Stimulsoft.Report.Dictionary.StiVariable
v.Name = "MyName"
v.Type = CType(GetType(Date), Type)
v.ReadOnly = False
report.Dictionary.Variables.Add(v)
Code: Select all
Dim v As New Stimulsoft.Report.Dictionary.StiVariable
v.Name = "MyName"
v.Type = CType(GetType(Date), Type)
v.ReadOnly = False
report.Dictionary.Variables.Add(v)