Telerik Forums
Reporting Forum
1 answer
252 views
How can we format XAxis data in

"dd-MMM-yy" format.
 
I have used this code--

Chart1.PlotArea.XAxis.DataLabelsColumn =

"EntryDate"

Chart1.PlotArea.XAxis.Appearance.CustomFormat =

"dd-MMM-yy"

But this shows "dd-MMM-yy" string on XAxis instead of  date in the above format.

Chavdar
Telerik team
 answered on 08 Feb 2008
13 answers
791 views
Hi..

I'm working on an application where i'm making use of telerik reporting. I want to know whether it is possible to add controls to reporting without CSharp.ReportLibrary. I mean, is it possible to do it directly in aspx.cs page itself. Can any one give me an example for that.

If its not possible please tell me how to add ReportLibrary and the design pages in to my project

Anoop
anu
Top achievements
Rank 1
 answered on 08 Feb 2008
3 answers
282 views
Hi,

I have my reports in a separate class library project.
The report has a picture box with jpg image loaded (Sizing:ScaleProportional).

When I preview report in Preview panel of the report designer the image is shown and printed on the printer.

When I display that report in the web report viewer of my ASP.NET application, the image is shown in the preview (web viewer), but it is not printed while the rest of the report IS printed.

Any idea what is going on?

Thanks in advance

Miroslav
MiroslavStantic
Top achievements
Rank 1
Iron
 answered on 07 Feb 2008
2 answers
158 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
486 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
218 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
108 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
521 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
180 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
113 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
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?