ckluth2
ckluth2
About
- Username
- ckluth2
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Thx! That was it! Before: 30 PDFs/sec. After: 58 PDFs/sec.
-
AlexTZ wrote: » Hello, Use this code to register nested data: report.RegisterData(new Master[] {CreateMaster()}, "MyMaster", 5); // 5 is max.nesting level report.GetDataSource("MyMaster").Enabled = true; Thank you for your fast reply…