Telerik Forums
Reporting Forum
2 answers
176 views
Hi,

I Want to put on a web page multiple report.
I explain.
I want a form with 3 grids and have the possibilty to print or export
easily.To fill this grid of course I have 3 query.
a report viewer is associate with only one report ?
How to make my page with telerik reporting ?

Thanks,

Eric
Maveric
Top achievements
Rank 2
 answered on 07 Feb 2008
2 answers
518 views
I just want to share this with everyone. Here is how I managed to remove the "empty space" in the details section, so the group data is next to one another.

This code is inside a detail.ItemDataBound event, so "sender" is a Processing.DetailSection object, and based on one of DataItem's attributes I hide all the Items and the section itself.

Dim section As Processing.DetailSection = CType(sender, Processing.DetailSection)  
 
Dim rv As DataRowView = CType(section.DataItem, DataRowView)  
If CType(rv.Row("TagCount"), Integer) = 0 Then 
    For i As Integer = 0 To section.Items.Count - 1  
        section.Items(i).Visible = False 
    Next 
    section.Visible = False 
End If 
Dragoljub
Top achievements
Rank 1
 answered on 06 Feb 2008
2 answers
250 views
Hi friends,

I not understand in what order the sections are performed.

Page Header/Footer, I think, seems to be a section that it repeats in every page at begin and at end but after ReportHeader and before ReportFooter.

Report Header/Footer, I think, seems to be a section that is procesed only once and rendered at first of all report and at end of it, but before page header of first page and after page footer of last page.

Well, if you create a simple report with all four sections, the result is:
 The first section printed in first page is PageHeader (bad I think)
Second section is ReportHeader. (bad I think)
Third section is detail section
Fourth is ReportFooter (bad I think)
and finnally, Fifth is Page Footer. (bad I think)

I don't know but I think that Report sections definition are inverted or the order of printing them was erroneus.

Also in report designer appears to be in erroneus order too.

If you can clarify this...

Thanks a lot for your time

Sincerely

David Tomás.
David
Top achievements
Rank 1
 answered on 06 Feb 2008
1 answer
122 views
I have a report that's part of a class library. There is a png image in the report header. The image is set to be an embedded resource, and there is a WebResource entry for it in the AssemblyInfo.cs file.

The image does not appear in the web viewer. However, if I export the report to PDF, the image is there.

Am I doing something wrong here?

Thanks,
Eric
Chavdar
Telerik team
 answered on 06 Feb 2008
2 answers
558 views
Hi friends.

I'm new in this forums and also new with telerik reporting but I'm also very excited with his capabilities (anchoring, docking previsualizing on desing time, etc..)

but, of course... I have a little issue.

I start a simple report that no have anything. It have'nt also a datasource.

I put on page header a textbox, put a string in his value property and set his style to align the text right. Also I anchor it on left and right so in runtime (or previewing) it's expected that the string of the value property appears aligned to right and if string is some large and not shows full on design, it apperas full on runtime.

I also copy and paste this object on detail section and reportfooter section.

When I preview the report the textbox objects on page header and page footer appears invisible but the object on the detail format apears fine.

It seems to be a problem with the combination of right align style and anchoring because if I remove one of them properties the objects appear visibles on page header and page footer but of course not anchored or not aligned.

I'm new in telerik reporting so it's possible that i'm missing something simple :P

so can you help me?

Thanks a lot for your time.

Sincerely
David Tomás
Milen | Product Manager @DX
Telerik team
 answered on 06 Feb 2008
1 answer
208 views
Hi

Right now I am developing a web application in which I am making use of Telerik Reporting Service and  till now its functioning well.

I am also having some Charts/Graphs in my application, and I am looking to make them more better from designer prospects,So I would like to know is there any
way by which you can add "WATERMARK" to Charts/Graphs?

Any link or small code snippet will be appreciated...Also I would like to know is there any specific property to do this or it requires StyleSheets?

Thanks

Rahul.
Chavdar
Telerik team
 answered on 05 Feb 2008
1 answer
130 views
Hi friends,

I see in this forums and with my copy of telerik reporting 2007 q3 sp1, that there is no way at this moment to translate the toolbar of win viewers (I don't know if web viewer can) in other language than English.

I think that while you design a system to standarize translations, you can easily add a visible property to toolbar and a hit function for any of the buttons on your toolbar so we can create our custom translated toolbar out of winviewer and call your buttons functionality when needed.

It also serves to resolve the customization of toolbar adding buttons etc.

I't only an Idea...

Sincerely

David Tomás
Svetoslav
Telerik team
 answered on 05 Feb 2008
1 answer
131 views
I developed reports using telerik reporting. When the result of the report is small (less than 20 pages) I can export to PDF or Excel perfectly. However, when the result is big (50 - 100 pages) then I hit timeout error. I am accessing the appl from intranet. How can I over come this? Any one able to export report which is more than 100 pages before?

Thanks
Chavdar
Telerik team
 answered on 05 Feb 2008
0 answers
105 views
I figured it out. Please disregard.
Eric
Top achievements
Rank 1
 asked on 04 Feb 2008
2 answers
979 views
Could someone suggest a way to convert Unit of Inches to pixels. I've tried to get UnitConvert.ConvertTo going but if I understand correctly I need to plug in a EnumTypeConverter but the class is not public.

Thanks,
Jason

Svetoslav
Telerik team
 answered on 04 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?