Crystal Report having In Memory Data Set with two related tables
I have to create Report in Crystal Report from In memory data set.
This data set have two tables.
1st table is base table "ReportBase" having following fields
ReportID [PK]
ReportType
Second Table is "StudentReport" which has
ReportID [FK]
StudentName
Address
I开发者_StackOverflow中文版n Report I want to display fields from both tables.
Please suggest me any article or sample code. Remember Data is not comming from any database. i have to fill data tables from in memory data.
Step 1: Export your "In-memory" data to comma-delimited text files.
Step 2: Import these text files into Crystal.
精彩评论