Code: Select all
report.Dictionary.Variables.Add(New Stimulsoft.Report.Dictionary.StiVariable("test",""))
report("test") = "ANYTHING"
Code: Select all
report.Dictionary.Variables.Add(New Stimulsoft.Report.Dictionary.StiVariable("test",""))
report("test") = "ANYTHING"
Code: Select all
report.Dictionary.Variables("test").Value = "ANYTHING"
Code: Select all
((StiSqlSource)report.Dictionary.DataSources["DataSourceName"]).SqlCommand = newSqlCommand;
Code: Select all
SELECT * FROM {query}
Code: Select all
myTable WHERE Id={value}
Code: Select all
Incorrect syntax near '}'.