Telerik Forums
Reporting Forum
2 answers
120 views
Hi,

I have a web site using rad control and rad report. It was working fine on
development server. But last day when I published the web site to production,
everything was working fine except the ReportViewer page. The ReportViewer page has the following error:
Telerik.ReportViewer.axd?instanceid=72cd7df436b84e998592ce2b90c9f7c1&optype=Report&PageIndex=0)Login failed for user 'xxxx' .

Can you tell me what the problem is?

Thanks,

Devin


devin
Top achievements
Rank 1
 answered on 04 Mar 2008
1 answer
97 views
Hi,

I'm currently evaluating Telerik Report engine for the company I work for to see if it fits our need. So far it's all good but there's one last thing I need to confirm...

One of the report we'll generate will contains hundreds of pages divided in around 30 sections. For performance purposes, we want the user to be able to select only the report section he wants to see. Is it possible with Telerik to render only a specific part of a report?

We could divide the report in 30 reports but then the page numbers wouldn't fit so we really have to make it one report. Unless you have another solution...

Thanks,

Ben.
Hrisi
Telerik team
 answered on 04 Mar 2008
18 answers
1.0K+ views
Instead of having my web report open up in the report viewer. Can i have some C# code on how to export my report straight to open a PDF file on the clients browser? Please.
thulasiram
Top achievements
Rank 1
 answered on 04 Mar 2008
2 answers
484 views
Hi,

I Have a report webpage with multiple subreport in it.
the datesource of the report of each subreport is a stored procedure
with a parameter. So i need to pass this parameter.
I add a property of each report
    Public Property IdCible() As String 
        Get 
            Return SqldaCible.SelectCommand.Parameters(0).Value.ToString 
        End Get 
        Set(ByVal value As String) 
            SqldaCible.SelectCommand.Parameters(0).Value = value 
        End Set 
    End Property 

For a page with a simple report i make that :
Dim Idcible As String = Request.QueryString("IdCible").ToString 
CType(ReportViewer1.Report, Report2).IdCible = Idcible 
How to make the same with a subreport or perhaps there is another method ?

Thanks

Eric
Maveric
Top achievements
Rank 2
 answered on 03 Mar 2008
1 answer
1.0K+ views
My I know how can I join string/data in a single Report Field?

Example:
=Fields.uAddress1 & ", " &  =Fields.uAddress2


Please advice.
Hrisi
Telerik team
 answered on 29 Feb 2008
1 answer
124 views

How to use a preformatted text on a textbox?
The spaces on left aren't being printed.

Here is the data that I'm trying to print (1920 chars):

"__ XXXXXXXXXX-XXXXXX,XXXXXXXXX,XXXXX ( XXXXXXXX XXXX XX XXXXXXX ) ____________  CONSULTA EM XX/XX/XXXX AS XX:XX                       USUARIO : XXXXXX          DATA EMISSAO      : XXXXXXXXX       * XX  XXXXXX    * NUMERO  : XXXXXXXXXXX     DATA LANCAMENTO   : XXXXXXXXX                                                   UNIDADE GESTORA   : XXXXXX  - XXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXX             GESTAO            : XXXXX   - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX                    CGC/CPF/UG CREDOR : XXXXXXXXXXXXXX  - XXXXXXXXX XXXXXXXX XX XXXXX X XXX - XXXX  GESTAO CREDOR     :                                                             EVENTO            : XXXXXX  - XXXXXXXXXXXXXXXXXX                                                PROGRAMA DE           FONTE     NATUREZA               PLANO    PTRES    UO     TRABALHO             RECURSO    DESPESA      UGO      INTERNO   XXXXXX  XXXXX   XXXXXXXXXXXXXXXXX   XXXXXXXXX   XXXXXXXX   XXXXXX  XXX.XXX.XXXX ACORDO          :                       MODALIDADE       : X - XXXXXXXXXX       LICITACAO       : X - XXXXXXXXXX        REFERENCIA LEGAL : XXXXXXXXXXXXXXXXXXXX ORIGEM MATERIAL :                       NUMERO PROCESSO  : XXXXXXXXXX           1-SERVICO/2-MATERIAL :                  EMPENHO ORIGINAL : XXXXXXXXXXX          NUMERO OFERTA COMPRA :                  NUMERO CONTRATO  :                      IDENTIFICADOR OBRA   :                                                          VALOR           :               XXXXXXXX                                        LOCAL DE ENTREGA: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX        EM XXXXXXXXX    TIPO DE EMPENHO : X - XXXXXXXXXXXXXX                                            LANCADO POR : XXXXXXXXXXXXXXXXXX - XXXXXX              EM : XXXXXXXXX AS XX:XX                                                                                                                                                                  " 

[]'s!

Henrique

Rossen Hristov
Telerik team
 answered on 28 Feb 2008
5 answers
243 views
Hello,

I started to play with Telerik reporting, it seems very promising.
I would like to know if it's possible to do easily a report that have a HTML table layout, see my screenshot to understand what I mean.

My datasource is a SQL database, I see that you can bind what you want on the report. My question is more about the layout capabilities of Telerik Reporting.

I'm thinking about making one line with textbox inside a panel and try to apply styles. I'm not sure if it's a good solution, it's seems a bit complicated complex. Is there a better solution ?

PS : screenshot sample of the layout desired here






Svetoslav
Telerik team
 answered on 28 Feb 2008
2 answers
288 views
Hi,

I need to use conditional formatting on a report that one field is a DateTime, the condition must be activated when this field take a value less or equal that another DateTime.

But the filters works with String only, how cold I make a filter work with DateTime?

Exemple of my code:
[code]
FormattingRule formAtraso = new FormattingRule();
rule.Filters.Add(new Filter("=Date", FilterOperator.LessOrEqual, AnotherDateTime.ToString()));
rule.Style.Color = Color.Red;
detail.ConditionalFormatting.Add(rule);
[/code]
Ricardo Cardoso
Top achievements
Rank 1
 answered on 27 Feb 2008
5 answers
272 views

DataSet ds = new DataSet();

ds = dbTools.OragetDataSet(GroupReport.SubReportDataSourceSelectCommandText, "xfe");
subreport.Report.DataSource = ds;

getting error : Object reference not set to an instance of an object.
Any ideas.

Fani
Telerik team
 answered on 27 Feb 2008
3 answers
100 views
The textbox allignment in design view of the report and the allignment in run time are differemt as some of the textbox position is incorrent.
How to solve this?
Svetoslav
Telerik team
 answered on 26 Feb 2008
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?