Passing static data when using ObjectDataProvider

We are using LL with .net and are using the ObjectDataProvider to pass data to LL using LINQ to sql

What is the proper way to pass static data such as the company name, report title, etc

thanks

Mike

The easiest way is to call

LL.Variables.Add(...)

before starting the Designer or printing. You’ll then be able to use your static content from the Variables branch in the variables/fieds tree.

thank you, Danke Schoen

1 Like