Telerik Forums
Reporting Forum
3 answers
167 views
Hi,

Can the Barcode control be used outside of the reporting services.
e.g

<telerik:barcode id="barcode1" .....

I want to use the Barcode control on a page to be printed.

I am also about to buy the Rad Controls for Asp.Net and I was wonering if I could just purchase this as an add-on.

Thanks,

Ronan
Sebastian
Telerik team
 answered on 28 Apr 2010
8 answers
289 views

Hi Telerik,

i am getting an error message when i run the Silverlight viewer which says:

"The property '__implicit_items' is set more than once"

MyXaml:
 
<Silverlight:ReportViewer x:Name="myReportViewer" />
Nothing else is on the page.

MyCode:
public ReportDesk()
{
   InitializeComponent(); << Error occurs here
}

ReportViewer Version: 4.0.10.317. Any Sugesstions.

Steve
Telerik team
 answered on 28 Apr 2010
5 answers
85 views
Title says it all, and I put in a support ticket.  I'm curious if others are having the same problem.

Thanks,
Steve
Steve Johnson
Top achievements
Rank 1
 answered on 27 Apr 2010
1 answer
100 views
Hello,

I try to connect with a SqlDatSource to a Acces 2003 query with parameters. I get the following error message

Retrieving procedure parameter information is not supported by the 'Microsoft.Jet.Oledb4.0' provider

Does the SqlDataSource not support Acces queries?

Here's the code

Dim report1 As New ReportName()
        report1.ReportParameters.Add("NumeroPersonne", ReportParameterType.Integer, 4)
        Dim sqlDataSource2 As New SqlDataSource()
        sqlDataSource2.ProviderName = "System.Data.OleDb"
        sqlDataSource2.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\Erisk\RiskAssessment\data\RiskAssessment.mdb"
        sqlDataSource2.SelectCommand = "std_KYC_BO_NoParam"
        sqlDataSource2.SelectCommandType = SqlDataSourceCommandType.StoredProcedure
        sqlDataSource2.Parameters.Add("@NumeroPersonne", DbType.Int32, "=Parameters.NumeroPersonne")
        report1.DataSource = sqlDataSource2
        rvClients.Report = report1
        rvClients.RefreshReport()


Peter
Telerik team
 answered on 27 Apr 2010
0 answers
144 views
Hi..
Do you have any examples with a Master / Detail... Like your Invoice / Sales Order example that uses Linq?

Object binding to an object that looks something like this

class Customer
    string  _name
    EntityRef<orders>  _orders

How do you handle the subreport parameters?

Do I need the subreport parameters?

thanks again for your help
 
Jon
Top achievements
Rank 1
 asked on 27 Apr 2010
1 answer
83 views
When I run any report with my web application session "InProcess" mode, everything looks fine, when I change the mode to "OutOfProcess" using a state server, my images are broken. I checked the properties of the image and it's a handler called

Telerik.ReportViewer.axd

here's what I get when i put the link on my browser:

http://laptop01:8002/Telerik.ReportViewer.axd?instanceid=45d46da60fbb4619ae271d8bb9180196&optype=ReportImage&StreamID=33j1dllerds

HTTP Error 404.0 - Not Found

The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

Please help.

Steve
Telerik team
 answered on 27 Apr 2010
2 answers
334 views
Hello,

I'm searching how can i count with a condition, For example:

GROUP 1 
       NUMBER 
       1 
       0 
       1 
       0 
       0 
       Total 0 = 3/ Total 1 = 2 
GROUP 2 
      NUMBER 
       1 
       1 
       1 
       0 
       0 
       Total 0 = 2/ Total 1 = 3 
TOTAL GROUPS Total 0 = 5 / Total 1 = 5 
 
 
 
Total 0 = 3 (it counts when the FIELDS.NUMBER = 0
Total 1 = 2 (it counts when the FIELDS.NUMBER = 1


I didn't find an example for that, I think is very simple but I don't know how to do it.

I want to do it in a group footer sections.

Thanks,
Daniel Botero Correa
Daniel Botero Correa
Top achievements
Rank 1
 answered on 27 Apr 2010
0 answers
172 views
Hi Team,

This is regarding creating a table of contents page in a telerik report. As telerik reporting is not supporting table of contents I had to find another solution for this. I was able to identify the book marked topics and page numbers by creating a pdf for the report. And what I need to do is if I will pass the table of contents as object collection (object may contain topic and page number of bookmark) as a parameters to a report. Can we generate the report's pre-designed table using that data collection as data source? This is urgent matter. Hope your assistance asap.

Thank you.
Lasantha Ranasinghe
Top achievements
Rank 1
 asked on 27 Apr 2010
1 answer
233 views
Hi,

Im createing a subclass of StyleRule to apply on all reports of my project and i want to set borderStyle bottom to solid,
the problem is that borderStyle is read only,  is there another way to set the border style in a generic way?

thanks.
Chavdar
Telerik team
 answered on 26 Apr 2010
1 answer
253 views
I have the following code sample in while I want to access the reportparameter name "Data" 's value.  However, it shows up empty at runtime.  If I leave out this subroutine, my DatahtmlTextBox would show value from :

Me

 

.DatahtmlTextBox.Value = "{Parameters.Data.Value}" set inside the Private Sub InitializeComponent()

 


What am I missing here that I don't get any data within my DatahtmlTextBox_ItemDataBinding sub?
Private Sub DatahtmlTextBox_ItemDataBinding(ByVal sender As ObjectByVal e As System.EventArgs) Handles DatahtmlTextBox.ItemDataBinding  
Dim HtmlTextBox As Telerik.Reporting.Processing.HtmlTextBox = DirectCast(sender, Telerik.Reporting.Processing.HtmlTextBox)  
HtmlTextBox.Value = "<b>" & Me.ReportParameters("Data").Value & "I then</b> decided to open the word doc and save it as a .jpg." 
End Sub 
 
Peter
Telerik team
 answered on 26 Apr 2010
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?