Telerik Forums
Reporting Forum
1 answer
164 views
I'm having problems trying to get my windows service to recognize my project "ReportsLibrary" which contains my Telerik Report.   When I add my project to the windows service it is available in the object browser, but as soon as I add a using statement for the "ReportsLibrary" in the windows service code and build the service I get the following message:

"The type or namespace name 'ReportsLibrary' could not be found (are you missing a using directive or an assembly reference)?

It appears that I cannot add and reference any project in a windows service if that project is using Telerik Reporting.

Please let me know how to proceed.

-Matt
Stef
Telerik team
 answered on 10 May 2014
1 answer
171 views
I am using 8.0.14.225 version of Telerik.Reporting Dll. For one of our requirements we need to use Telerik Report Books. I couldn't find the ReportBook control in my report tool box and I couldn't find the Telerik.Reporting.ReportBook dll in the folder where I installed my Telerik. For your convenience, I have attached my recent ToolBox list. Can you guys help me with this
Nasko
Telerik team
 answered on 09 May 2014
1 answer
577 views
Hi, I need help to make the table header and footer inside the report viewer fixed to only one, cuz right now I don't know how to make it not repeat for every single row of my table data.. Attach is the screenshot of my table.

Regards,
Hanis
KS
Top achievements
Rank 1
 answered on 09 May 2014
3 answers
240 views
I'm trying to set a pie chart with data programatically but I'm unsure how to do this nor can I find documentation for this method. I'm populating the graph on the NeedDataSource event like so:

private void graph1_NeedDataSource(object sender, EventArgs e)
{
 
}

I'm also unclear as how the graph1.DataSource method works, as I assigned it to an object containing string, int, List<string> and List<int> and the result was a full blue pie chart with a series (?) called System.Collections.Generic.List`1 [System.String]
Nasko
Telerik team
 answered on 09 May 2014
1 answer
113 views
Hi,
I have an issue in reporting where I need to display the rows as columns , so I used the crosstab tool to attain the functionality.
Rows :
CustSat
Fin
Oper
OPS
Over
Now after using the crosstab I have attained to show these rows as columns like this :
CustSat     Fin   Oper    Ops   Over

My issue is to show the "Over" as first column and not "CustSat" as first column.

Basically I want to sort the columns based on conditions like it starts from "Over"
Admin : Please provide a solution to this issue.

TIA
Nikhil





Nasko
Telerik team
 answered on 09 May 2014
5 answers
475 views
Hi

i have a database it's name is 'DrSharoof.sdf'

i have add a data source and select the the 'DrSharoof.sdf' and save the connection string
then i used the query builder wizard the final code in it is:
SELECT        HOS_ID, HOS_NAME
FROM            _HOSPITALS
WHERE HOS_ID=@HospitalID
when i click next a message box has appear and said "Specified Method is not supported" ???

how to solve this problem ??

i try to make the same database tables with extension ".mdf"
and paste the same query builder code
and it's run successfully

so What's wrong ? please help me ...

Thanks in Advance
Stef
Telerik team
 answered on 09 May 2014
2 answers
113 views
Hi, I am trying to make graph look good but I am not able to show y axis maximum value under graph.
it always cut off the maximum value.
This is graph control not a chart so therefore, I don't have AxisMode and etc.

Please let me know how to fix this issue.

Thanks
Nasko
Telerik team
 answered on 08 May 2014
1 answer
154 views
I'm trying to use ServiceStack's IAuthProvider interface to implement custom authentication for my reporting service. The problem is since the end point implementations are inside the Telerik dll, I can't decorate them with the [Authenticate] attribute required to enforce authentication. 

I'd rather not have my reporting server wide open for anyone who has HTTP access to the server. 

Anyone have any creative solutions to this problem?
Stef
Telerik team
 answered on 08 May 2014
1 answer
687 views
I have a report that gives an error '', hexadecimal value 0x0C, is an invalid character' error message when viewing the report.  I know this is data related, but how can I replace this value directly in the report without creating additional properties to bind the field to?

KS
Top achievements
Rank 1
 answered on 08 May 2014
3 answers
311 views
Hi,

I have an report that I am creating to show invoice information. On this report I use 2 sub reports for 1) items the person has purchased and 2) for payments they have applied to the invoice. All is working well but I would like to perform a calculation on the main report that takes the sum of the items purchased and subtracts the sum of the payments applied to show the balance owing. What would be the best way to approach this?

Thanks

John
Stef
Telerik team
 answered on 08 May 2014
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?