Telerik Forums
Reporting Forum
1 answer
186 views
I created Report from my server database using  Telerik Report Designer . then I integrated those report into my MVC 4 Application , Everything working fine , 

I followed this Telerik Tutorial 

I commented below snippet also (in CSS File)

input, textarea { border: 1px solid #e2e2e2; background: #fff; color: #333; font-size: 1.2em; margin: 5px 0 6px 0; padding: 5px; width: 300px;} 

table { border-collapse: collapse; border-spacing: 0; margin-top: 0.75em; border: 0 none;}

td { padding: 0.25em 2em 0.25em 0em; border: 0 none;}


But I'm getting CSS issue like below attached image.
Stef
Telerik team
 answered on 04 Dec 2014
1 answer
97 views
 I have 2 tables , "T_COMMON_COUNTRY" and "T_HEI_STUDENTDATA." using left join I joined these tables , 

this my query 

SELECT
[T_COMMON_COUNTRY].[COUNTRY_ID], 
[T_COMMON_COUNTRY].[COUNTRY], 
[T_HEI_STUDENTDATA].[STUDENT_ID]

FROM ([T_COMMON_COUNTRY]

 LEFT JOIN [T_HEI_STUDENTDATA]

 ON [T_COMMON_COUNTRY].[COUNTRY] = [T_HEI_STUDENTDATA].[STDCOUNTRY])

I want Count the number of students (Student_IDs) relate to a country , 


















Stef
Telerik team
 answered on 04 Dec 2014
1 answer
1.7K+ views
I'm trying to programmatically open a existing Telerik Report, change the connection string, pass-in the paramaters, and export it to PDF.  I am able to open the report, pass parameters, and export successfully but I'm having an issue with changing the connection at runtime.  I've seen several examples in the forum that show how to cast the DataSource of the Report object to it's appropriate type (in this case SqlDataSource), and then set the ConnectionString of that DataSource to what you want it to be.  This does not work for me, as the DataSource is set to Nothing (I'm using VB.NET) when I open the file (or instantiate the Visual Studio class).

I've tried this with both a TRDX file and with a Visual Studio file/class, both have the same problem.  Any ideas why this isn't working for me?
Stef
Telerik team
 answered on 04 Dec 2014
4 answers
111 views
Hello,
I need to add a Code25Interleaved bar code in a report.
If I put 116201406001 in the bar code value and read it with a bar code scanner, the displayed bar code shows 01162014060018.
How can I remove the additional digits?
Stef
Telerik team
 answered on 02 Dec 2014
2 answers
123 views
Hi All,


I am using IE 11, Windows 7 and Excel 2010. Telerik Reporting Q3 2014 for ASP and UI for ASP.NET AJAX Q3 2014.  While Exporting to Excel, some large Black Text's shows inside the report. 

Is doing the same thing while exporting Invoice Report from Telerik report demo into Excel.  

Both files are attached.

I already spoke with Kyle Russell, Telerik Customer Advocate Manager in Boston, he is aware of this issue. See also my correspondence with him.

This is an urgent issue, that I need to address to my user's asap, because they export at least 100 Excel Files from Telerik Reports.

Thanks

gc_0620

Nasko
Telerik team
 answered on 28 Nov 2014
1 answer
767 views
Is it possible to generate a PDF from a telerik report from a .NET console application? The data source will be SQL 2000 and we cannot modify that server in any way. Is it possible to deploy all components necessary to another server and generate PDF reports designed in the telerik report designer, and without a web server or other additional servers? Where might I find more info on getting started with running telerik reports in this way?
Stef
Telerik team
 answered on 28 Nov 2014
1 answer
49 views
Hi,

I am using telerik for generating reports, so i am infact converting the existing crystal reports of us to telerik reports,

i am getting a strange bug, so intially , whenever i try to launch the telerik report, i am getting following error.

* Report generation failed. Message: Exception has been thrown by the target of an invocation. -- System.InvalidOperationException

but strange, is that , this bug doesnt reproduce, when i try to launch existing same crystal report. so once if i launch the crystal report and then try to started telerik report. the above bug doesnt reproducible. otherwise, everytime. i build and try to lunch the telerik report , without crystal report. i get the error.

any answer for this.

​
Stef
Telerik team
 answered on 28 Nov 2014
4 answers
341 views
So, sadly, it seems I cannot use the nice new Redis cache for Telerik reports, because there is no support for Sentinel, and so there is no good failover story for high availablity.
That means I need to use SQL server as the cache. The online help seems to suggest using some custom interactive utility to configure the DB. That is not an option for us, we do a headless automated install, there is no way we can add a manual "go run this tool" step.
So, now can Sql Server cache be scripted for Telerik Reporting cache?
Cheers
John
Stef
Telerik team
 answered on 27 Nov 2014
1 answer
93 views
The report designer does not allow this capability.

So, before the report XML is sent to the report viewer, we have a process that modifies the XML to adjust the width based on the internal data info at our disposal.

The issue is that the new WIDTH information seems like its being ignored, and when presented in the report viewer, the crosstab columns are being set to a width so the text heading with the maximum width does not wrap.

Here are two files:

         xml that is saved by the report designer (trdx)



        pst.xml contains the xml after our process makes its width adjustments.

In the report designer the three columns are showing as 0.6in, 0.8in, and 1.0in

You can compare the files to see the three lines where our process has modified the width.



Nasko
Telerik team
 answered on 27 Nov 2014
1 answer
622 views
The report designer does not allow this capability.

So, before the report XML is sent to the report viewer, we have a process that modifies the XML to adjust the width based on the internal data info at our disposal.

The issue is that the new WIDTH information seems like its being ignored, and when presented in the report viewer, the crosstab columns are being set to a width so the text heading with the maximum width does not wrap.

Here are two files:

        pre.xml contains the xml that is saved by the report designer (trdx)
        pst.xml contains the xml after our process makes its width adjustments.

In the report designer the three columns are showing as 0.6in, 0.8in, and 1.0in

You can compare the files to see the three lines where our process has modified the width.



Nasko
Telerik team
 answered on 27 Nov 2014
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?