Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
After my program runs the table cells appear to be empty however if I click into cell then click out the data is there. Any help would be great.
Before clicking
After clicking
table.UpgradeOpen(); table.Cells[2, 0].TextString = autoFixture.TitleBlock.AttributeData.FirstOrDefault(d=>d.Name == "REV").Value; table.Cells[2, 1].TextString = "FINAL- NEW DRAWING"; table.Cells[2, 2].TextString =DateTime.Now.ToShortDateString(); table.Cells[2, 3].TextString = autoFixture.TitleBlock.AttributeData.FirstOrDefault(d => d.Name == "DRAWNBY").Value;
Solved! Go to Solution.