Telerik Forums
Reporting Forum
3 answers
186 views
Is there anyway other then programming it my self to have the report viewer save my generated report to a text file instead of RTF or TIFF?

Thank You
Massimiliano Bassili
Top achievements
Rank 1
 answered on 15 Oct 2010
1 answer
63 views
hi,


I'm using the telerik reporting, in that i want to bind the text box with the value from editor.
if i did like that i can view the data as in enter but while exporting the report i'm getting the html tags
like   below.
<div style="text-align: left;"><span style="color:
#000000;"></span>Here s my Datas<br />
</div>

how to solve this issue, i want to get the exact data even if i export ( to any format) or i don't   those tags.
how to get my data alone

regards
priya
Steve
Telerik team
 answered on 15 Oct 2010
1 answer
65 views
hi,


I'm using the telerik reporting, in that i want to bind the text box with the value from editor.
if i did like that i can view the data as in enter but while exporting the report i'm getting the html tags
like   below.
<div style="text-align: left;"><span style="color:
#000000;"></span>Here s my Datas<br />
</div>

how to solve this issue, i want to get the exact data even if i export ( to any format) or i don't   those tags.
how to get my data alone

thanks & regards
Babu
Steve
Telerik team
 answered on 15 Oct 2010
1 answer
81 views
Hello,
Is there any way to present the data cube data (if I need to present in x-y and z axis).
Any sample code pls.
Thanks in advance
Pams
Top achievements
Rank 1
 answered on 14 Oct 2010
1 answer
123 views
Hello everyone.

I am generating a csv file using the RenderReport function. I don't want to display Headers or StaticText and want to turn this off by code. (I'd rather not use the config file). The following code doesn't work. Any Ideas? I am using the evaluation v. 4.1.10.714.

ReportProcessor rp = new ReportProcessor();
            Hashtable deviceInfo = new Hashtable();
            deviceInfo.Add(CsvRenderingExtension.Parameters.NoHeader, true);
            deviceInfo.Add(CsvRenderingExtension.Parameters.NoStaticText, true);
            RenderingResult res = rp.RenderReport(exportFormat.ToUpper(), _report,deviceInfo);

Any hints appreciated, thank you!
Steve
Telerik team
 answered on 14 Oct 2010
2 answers
78 views
ReportSource drop-down is not showing one of my subreports...how does this list/drop-down get populated?

Thanks - Joe
Joe Cody
Top achievements
Rank 1
 answered on 14 Oct 2010
3 answers
132 views
I have next situation:

<RadWindow>
<User control>
</RadWindow>

user control:

<RadTabStrip>
... 3 tabs ...
</RadTabStrip>

<RadMultiPage>
<RadPageView1>
<ReportViewer>
</RadPageView1>
<RadPageView2>
</RadPageView2>
<RadPageView3>
</RadPageView3>
</RadMultiPage>

I want to ReportViewer fill entire space of RadWindow (RadPageView). I try to set 100% width and height on everything but RadPage cannot fill entire space of RadWindow. Can you help me to set ReportViewer fill entire space of RadWindow when selected one tab?
Georgi Tunev
Telerik team
 answered on 14 Oct 2010
7 answers
263 views

Hello Telerik Admin,

 

I am brand new to telerik and have been reading/researching but still not sure what I'm doing is the right way... 

 

Basically I need to create a series of charts/graphs.  Is there an easy way to do this by using telerik report wizard?  Can I use the Chart icon from the Toolbox under Telerik Reporting Q2 2010 menu?

I am trying to drag and drop the Chart icon from the Telerik Reporting Q2 2010 menu to the designer but don't know how to bind the datasource to the graphs...

Would you please help?  Is there a tutorial/documentations on how to create charts/graphs by using the report wizard? 

Thanks!

Ves
Telerik team
 answered on 13 Oct 2010
2 answers
150 views
Hi,

I am displaying a Pie Chart which is bound to a SqlDataSource.  I can choose which lables are displayed on the chart by entering the appropriate column name in the series configuration, so can have the labels as either the item name or the value.  I would like to use both however where the item name is displayed with the value in brackets after it.  Is this possible?

Thanks
harlowhair
Top achievements
Rank 1
 answered on 13 Oct 2010
6 answers
174 views
Hi,
Can someone please tell me why am I getting this error? I'm unable to view my telerik reportviewer in the design time. I've setup all my references  per se. There are only a few xaml lines in my mainpage.xaml, that code is there to bind the reportviewer.

<UserControl x:Class="SLReportSample.MainPage"
    xmlns:telerik="clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight" mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400">
 
    <Grid x:Name="LayoutRoot">
        <telerik:ReportViewer  x:Name="ReportViewer1" Width="1000"
              ReportServiceUri="../ReportService.svc"
              Report="ReportLib.EmployeeSample, ReportLib,Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
        </telerik:ReportViewer>
    </Grid>
 
</UserControl>
I'm stuck with this error for quite sometime now.

Error   1   [Parser_SetValue_Exception]
Arguments: Telerik.Windows.Controls.RadComboBox.SelectionBoxItemTemplate
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.50917.0&File=System.Windows.dll&Key=Parser_SetValue_Exception [Line: 371 Position: 63]   E:\SLReportSample\SLReportSample\MainPage.xaml   10   9   SLReportSample


An urgent answer is required please.


Regards,
Imran Shafiq
Top achievements
Rank 1
 answered on 12 Oct 2010
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?