Environment Visual Studio 2012, Windows 7 Report Designer latest
I've created a couple of reports in Visual Studio in a project called CdssReportsNew and a folder called Reports
In report designer Open report... and navigate to the bin Debug directory
Select the the CdssReportsNew.dll and open
Reporting Import Wizard appears but no reports to import
Test by creating new Report called Report1 in Visual Studio. Report1 shows up in the import wizard (although i think not immediately)
change the namespace for my reports from CdssReportsNew.Reports to CdssReports and move them to the root of the project directory
Still not able to find them in the Import wizard.
Any other suggestions?
Thanks,
Don Rule
http://translationalsoftware.com
One thing occurs to me and wondering if it is important. In the reports that I am having trouble with I have a number of references to a business object that look like this
this.objectDataSource7.DataMember = "CaseInfos";
this.objectDataSource7.DataSource = typeof(CdssReports.Models.PatientReportContext);
this.objectDataSource7.Name = "objectDataSource7";
Would the designer ignore these reports if it didn't understand CdssReports.Models.PatientReportContext?
I've created a couple of reports in Visual Studio in a project called CdssReportsNew and a folder called Reports
In report designer Open report... and navigate to the bin Debug directory
Select the the CdssReportsNew.dll and open
Reporting Import Wizard appears but no reports to import
Test by creating new Report called Report1 in Visual Studio. Report1 shows up in the import wizard (although i think not immediately)
change the namespace for my reports from CdssReportsNew.Reports to CdssReports and move them to the root of the project directory
Still not able to find them in the Import wizard.
Any other suggestions?
Thanks,
Don Rule
http://translationalsoftware.com
One thing occurs to me and wondering if it is important. In the reports that I am having trouble with I have a number of references to a business object that look like this
this.objectDataSource7.DataMember = "CaseInfos";
this.objectDataSource7.DataSource = typeof(CdssReports.Models.PatientReportContext);
this.objectDataSource7.Name = "objectDataSource7";
Would the designer ignore these reports if it didn't understand CdssReports.Models.PatientReportContext?