This should be dead-simple and I’m thinking I have some sort of configuration issue but here it goes:
I’m wanting to generate a report from a populated datagrid (v3.6) control using the code:
Dim report As New Report( Me.gridControl1 )
report.PrintPreview()
report.Print()
I have the statement “Imports Xceed.Grid.Reporting” in the declarations section but the compiler is telling me that it cannot find the “Report” type in the Dim statement. I am running Vista RTM and VS 2005 SP1.
What am I missing to make this work?
Thanks.
Imported from legacy forums. Posted by jbailey (had 1887 views)