Hi,
I am attempting to create a Console Application to schedule the creation of reports programmatically. I found your example for creating PDF-files that seems easy enough.
I added a reference to Telerik.Reporting. I also added "using Telerik.Reporting.Processing;". Visual Studio 2010 intellisense seemed to accept the syntax and I was presented with intellisense "period-alternatives" (and no squiggly red underlines).
However, when I then attempted to build the project, I received the following error-message:
"The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)"
Versions:
Telerik Reporting Q1 2014
Visual Studio 2010 (SP1)
.Net 4.0
Questions:
1. Are there known "issues" using Telerik Reporting with Console Applications?
2. Where else could I possibly reference the Telerik dll?
3. Since this is a very common need, could you provide sample code for a Console Application?
Thanks in advance!
I am attempting to create a Console Application to schedule the creation of reports programmatically. I found your example for creating PDF-files that seems easy enough.
I added a reference to Telerik.Reporting. I also added "using Telerik.Reporting.Processing;". Visual Studio 2010 intellisense seemed to accept the syntax and I was presented with intellisense "period-alternatives" (and no squiggly red underlines).
However, when I then attempted to build the project, I received the following error-message:
"The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)"
Versions:
Telerik Reporting Q1 2014
Visual Studio 2010 (SP1)
.Net 4.0
Questions:
1. Are there known "issues" using Telerik Reporting with Console Applications?
2. Where else could I possibly reference the Telerik dll?
3. Since this is a very common need, could you provide sample code for a Console Application?
Thanks in advance!