dpedrelli
dpedrelli
About
- Username
- dpedrelli
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
My FR3 looks like this: How should I rewrite that for FRX? Is that correct for the DataSource? Do I need to changed the properties on the TextObject? Thanks, David ipong wrote: » you have t…
-
The original FR3 report has a dataset call "fsData" If I call report.RegisterData(dataSet); or report.RegisterData(dataSet, "fsData"); I get errors that "(fsDataBillCity): Error CS0103: The name 'fsData' does not exist in the current context." Th…
-
Hi, I discovered that I can call frxReport1.DataSets.Add() prior to calling frxReport1.DesignReport() That does not work, when calling frxReport1.ShowReport(true). Is there something that will work for that? Thanks, David dpedrel…