petrds
petrds
About
- Username
- petrds
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
AlexTZ wrote: » Hello, Try to use full path to report file, like this: ... report.Load(@c:\yourapp\inherited.frx); ... There was a problem. Thanks
-
AlexTZ wrote: » Hello, Create the matrix.ModifyResult event handler and write the following code: Â Â Â Â private void Matrix1_ModifyResult(object sender, EventArgs e) Â Â Â Â { Â Â Â Â Â Â Matrix1.ResultTable.AfterCalcBounds += ResultTable…