Telerik Forums
Reporting Forum
2 answers
177 views

Hi,

I am currently using the following code

 

System.Drawing.Printing.

PrinterSettings printerSettings = new System.Drawing.Printing.PrinterSettings();

 

Telerik.Reporting.Processing.

ReportProcessor reportProcessor = new Telerik.Reporting.Processing.ReportProcessor();

 

reportProcessor.PrintReport(

this.MyReport.Report, printerSettings);

 



in server code to print directly to the default printer, this code works perfectly when I run it in the visual studio environment, when I port the code to the web server this code then fails, something to do with access denied.

Message: Access is denied.

Line: 346
Char: 9
Code: 0
URI: http://paml111/Telerik.ReportViewer.axd?name=Resources.ReportViewer.js&version=4.0.10.310&optype=Resource


any asstaince with this would be great.

thanks


alex

Alex White
Top achievements
Rank 1
 answered on 28 Apr 2010
5 answers
453 views
The line drawing shape tool needs to remove the padding or place the line at the bottom. It is difficult to design forms with many lines. Also, in design mode, can there be some type of zoom so that you can be assured of proper alignment without having to preview?
Steve
Telerik team
 answered on 28 Apr 2010
3 answers
133 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
267 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
71 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
86 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
107 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
59 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
308 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
155 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
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?