Telerik Forums
Reporting Forum
2 answers
81 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
137 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
270 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
153 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
178 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
1 answer
169 views
I have a website that I am developing.  The site consists of 20 reports.  The list of reports available to the user would be filtered by the users security level.  I have the report names and descriptions set in an SQL Table on the server.  

I have a reportviewer.aspx page where I would like to pass the name of the report to be viewed to the viewer based on the report selected from a radgrid.  The reports themselves are created in a "reportlibrary" project in the same VS solution.  I know I can hard code the code behind to select the correct report but I don't want to recode the page everytime a new report is created.  Is there an easy way to set the report property on the reportviewer object to the name of the report:

This what I have:

Dim report1 As New ReportLibrary.rptDelinquent(parid, userid, ordnum, ordname)
Dim report2 As New ReportLibrary.rptTaxBill(parid, userid, ordnum, ordname)
If Not String.IsNullOrEmpty(oProduct.PrdReportName) Then
    Select Case UCase(Trim(oProduct.PrdReportName))
        Case "RPTDELINQUENT"
            Me.eTaxiReportViewer.Report = report1
        Case "RPTTAXBILL"
            Me.eTaxiReportViewer.Report = report2
    End Select
  
    Me.Page.Title = "eTaxi Report Viewer - " + oProduct.PrdDescription
End If


This is what I would like to do:

If Not String.IsNullOrEmpty(oProduct.PrdReportName) Then
Dim report1 As New ReportLibrary(oProduct.PrdReportName)(parid, userid, ordnum, ordname)

    
' oproduct.prdReportname would be "rptDelinquent"
    Me.eTaxiReportViewer.Report = report1 
    Me.Page.Title = "eTaxi Report Viewer - " + oProduct.PrdDescription
End If

Doug
Peter
Telerik team
 answered on 12 Oct 2010
3 answers
180 views
I want to horizontally display images in detail section. Is this possible? All image's path is coming from database.
Steve
Telerik team
 answered on 12 Oct 2010
1 answer
115 views
Hi,
I'm using Telerik Trial Reporting. I built couple of reports couple of days ago following the documentation. Today I'm having some problem. I'm following the all these steps for the same project.  The problem is I'm unable to see "Design Data Layout" wizard dialog. Any guidance please?
Steve
Telerik team
 answered on 12 Oct 2010
1 answer
90 views

Hello Telerik Team,
 

I have a question with regard to telerik reports. I am converting crystal reports to telerik reports.
As we have "Default values for nulls" and "Exceptions for nulls" (in the section expert) option in crystal reports.
Can we set like that anywhere in the telerik report.Beacuse in my telerik report if i have empty string value it will not evalute the conditional formaating correctly.

I appreciate your response.

Thank you,
Smith

Steve
Telerik team
 answered on 11 Oct 2010
5 answers
175 views
Friends,
Any idea how to do attach formatting in reporting
I want to do same thing in telerik silverlight reporting

Thanks
Shakti
Steve
Telerik team
 answered on 11 Oct 2010
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?