Can't print/print preview Report (.rpt)

I have an app (.NET, LL15) that I need to print/print preview a report out
of. I am using the following line to do this:
LL2.Print(LlProject.List, “C:\Program Files\combit\LL15\Sample
Application\Test3.rpt”, false, LlPrintMode.Preview, LlBoxType.None, “”,
false, “”);

The report does not use bound data and is only 1 page in length (I suppose I
could make this a form?). I have no problem printing a Card (I just change
the Project Type and Filename).

It looks to me like the Project type is the issue (There is no option for
report or form). Are reports printed/previewed differently than lists and
cards?

Thanks,

Tim

“Tim Kelley” <tkelley@compan…> schrieb im Newsbeitrag
news:48378182010223357@combit.net…

It looks to me like the Project type is the issue (There is no option for
report or form). Are reports printed/previewed differently than lists and
cards?

I think we’d need a bit more info about the data source you’re binding to.
There are loads of samples coming with the product, maybe they can halp,
too?

G.