Telerik Forums
Reporting Forum
1 answer
79 views
I am using the StackedBar chart... when the fill colour of the plot area is the default, the report is generated with guide lines from the y-axis making it easy for the user to marry up bars with their values. I want this fill colour to be white/transparent, however when I select this I lose the guidelines. Is there a way to retain these when the fill colour is changed?

Thanks, Carl
Steve
Telerik team
 answered on 23 Oct 2009
3 answers
117 views
Hi

My reports have an sqlConection, sqlDataAdapter & sqlSelectCommand, and the report datasource is set to use the sqlDataAdapter.

I now want to go back and try passing the query param throiugh the properties, I've set the report datasource to none, but when I try to remove any of the data controls I get the error message - Object reference not set to an instance of an object.

How do I remove the data objectsa from my reports.

Andy
Steve
Telerik team
 answered on 22 Oct 2009
1 answer
92 views
Hi,
Is it possible to create a report dynamically?
I need to create a report sort of looking like an excel sheet with header columns and data columns.
The problem is that a user wants to choose from a list which columns to be added to the report, it can be just 1 column or it can be 15.

Do you have any examples like the one I need?

Regards,
Mattias

Steve
Telerik team
 answered on 22 Oct 2009
2 answers
104 views
Hello,
If I only buy the licence of RadControls for WPF.
Can I use the Telerik Reporting for free?
Donna
Telerik team
 answered on 22 Oct 2009
1 answer
93 views
Hey Guys, I have a simple question that I cannot answer.

I have a library of reports that I call successfully. I have a form with a report viewer which shows the report. The problem is, for this 1 report, a field does not require the entire size of the presized text box. I can easily resize the text box, but I fail to be able to move it to the right. userscore is the report object.

 

 

 
            userscore.detcol3.Value = "=average";  
            userscore.detcol3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;  
            userscore.detcol3.Width *= .75;  
            userscore.detcol3.Style.BackgroundColor = Color.Teal;   
            userscore.detcol3.Location.X.Add(new Unit(1.0, UnitType.Inch)); 

 

 

Gersh
Top achievements
Rank 2
 answered on 21 Oct 2009
3 answers
856 views

I want to create a report that just shows the top 5 records for use in a dashboard. (I'll link to another page with the full results.) I want the number top number (5 inthis case) to be configurable, so I created a report parameter, RecLimit, which is an Integer with a default value of =5. To limit the records I created a filter on the report and used the Top N operator, so my filter looks like this:
    Expression: =RowNumber()
    Operator:    Top N
    Value:         =Parameters.RecLimit

When I preview the report, one of two things happens. If the report parameter UI.Visible property is set to True then I get the error "Filter cannot be evaluated. Value should evaluate to Integer." If the visibility is set to False then the report displays with all the records. The Top N filter is ignored.

If I run in debug I see this stack trace:

 

System.InvalidOperationException: Filter cannot be evaluated. Value should evaluate to Integer.

at Telerik.Reporting.Processing.Data.TopBottomFilterOperator.Create(IEnumerable`1 filters, Object context)

at Telerik.Reporting.Processing.Data.RuntimeDataSource..ctor(Object dataSource, String dataMember, IEnumerable`1 filters, IEnumerable`1 sorting, Object expressionContext, String name)

at Telerik.Reporting.Processing.Data.RuntimeDataSource..ctor(IDataSource dataSrc, Object expressionContext)

at Telerik.Reporting.Processing.ReportDataSource..ctor(IDataSource1D dataSource, Boolean detailGroup, Object expressionContext)

at Telerik.Reporting.Processing.Report.ProcessItem()

at Telerik.Reporting.Processing.ReportItemBase.Process(DataMember data)

 

Doesn't RowNumber() return an Integer?
What am I doing wrong here?

I created the report with Reporting Q2 2009 (version 3.1.9.807).

Steve
Telerik team
 answered on 20 Oct 2009
1 answer
77 views
Hi,

Is it possible to render Crosstab or Table as image?. So that I can avoid table layout in Exported RTF file. Borders are showing in the exported report, that looks ugly. Otherwise any other way to avoid table borders?

Please help me.


Regards,

B.Sridhar


Steve
Telerik team
 answered on 20 Oct 2009
1 answer
117 views
It looks like when I call "RefreshReport()" on the WinForms report viewer it gives the focus to the report viewer. Is there a way I can prevent this functionality? I want the focus to stay where it is.
Steve
Telerik team
 answered on 20 Oct 2009
15 answers
209 views
the workaround provided for ealier versions doesn't seem to work on the Q2_2009 version.  We have a code that uses this workaround using the Q1_2009 version and it was working but when we upgraded to Q2_2009, it basically broke (i.e. it's now displaying the url and the text is no longer clickable).  Any new workaround for this one?  Cheers.
Steve
Telerik team
 answered on 20 Oct 2009
2 answers
78 views
Hi

Are you planning on releaseing any new reporting videos?

I'm really struggling to get them to work in my environment, I just cant get the reports to work with any form of code behind, as detailed in my other posts.

I've decdided to use the built in data sources, and picked the Parameterised query video, the first thing it says to do is add an sqlDataAdapter, which is not an option on the new reports.

I hesitate to look at other videos incase there are other compatability issues that will confuse / cause me problems.

Andy
Andy Green
Top achievements
Rank 1
 answered on 20 Oct 2009
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?