Telerik Forums
Reporting Forum
1 answer
567 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
235 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
108 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
467 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
111 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
679 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
304 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
4 answers
248 views
Hello,

how do I translate the text "Missing or invalid parameter value. Please input valid data for all parameters."? In resx file put "MissingReportSource" and typed the translated text more did not work. All other texts that worked less.
Stef
Telerik team
 answered on 07 May 2014
1 answer
192 views
Hi,

I upgrade WPF Report Viewer to Q1 2014, and the ReportViewer doesn't appear in my application

I put a ReportViewer in my XAML :

<tr:ReportViewer Grid.Column="1" Name="RptVwr" Margin="10" BorderBrush="Black" BorderThickness="1"  />

Report Viewer Version : 8.0.14.225
Telerik Windows Control : 2014.1.331.40

I have redirection in my AppConfig

   <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Telerik.Windows.Controls" publicKeyToken="5803cfa389c90ce7" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-2014.1.331.40" newVersion="2014.1.331.40" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Telerik.Windows.Controls.Input" culture="neutral" publicKeyToken="5803cfa389c90ce7"/>
        <bindingRedirect oldVersion="0.0.0.0-2014.1.331.40" newVersion="2014.1.331.40"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Telerik.Windows.Controls.Navigation" culture="neutral" publicKeyToken="5803cfa389c90ce7"/>
        <bindingRedirect oldVersion="0.0.0.0-2014.1.331.40" newVersion="2014.1.331.40"/>
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
  
 I don't have any Error in my application. If I put a break point in my code, i can see my ReportViewer in the debug window without problem. I try in a new project, an i have the same problem. 

best regards
 







Nasko
Telerik team
 answered on 07 May 2014
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?