Telerik Forums
Reporting Forum
1 answer
73 views
Hi,

  I'm specifying the bar width and colors to series programatically. 

chartseries.Type = Telerik.Reporting.Charting.ChartSeriesType.StackedBar;  
chartseries.Appearance.BarWidthPercent = 15;  
chartseries.Items[j].Label.Visible = false;  
chartseries.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(57, 19, 232); 

For StackedBar chart, i don't see the impact. The Bar width is still auto eventhough i set it to 15%. The bar becomes multiple color when i specify the color.
When i apply the same to a Bar chart, the width is set to 15% and the color is applied. Why does it not apply to StackedBar? Whether the properties which needs to set is different for StackedBar?

In StackedBar, how can i show the total of item values above the bar? similarly on DataTable how to show the total?

Thanks.
Peter
Telerik team
 answered on 22 Jun 2010
1 answer
99 views
Hello!

I am evaluating the usage of Telerik Reporting Service along with our Silvelirght 4.0 application. As I see it, the Telerik Reporting Report Viewer for Silverlight on Print click generates a PDF file. Is there a way to modify it and send it to a printer? Now that SL4 supports printing, how do I make use this in sending the report to a Printer?

Sundar
Steve
Telerik team
 answered on 21 Jun 2010
1 answer
102 views
I have a report which PaperKind is A4Rotated.

When I print it in web form viewer, it will print correctly in A4Rotated.
(img1.jpg)

But in win form viewer, I need to setup paper size manually, otherwise it will print with PaperKind A4(not rotated).
(img2.jpg)

Is it possible to set it in code?
Steve
Telerik team
 answered on 21 Jun 2010
1 answer
83 views
Dear Telerik team !
Telerik has made complete report. but I do not know how to load the report from reporviewer  in  page aspx.
I attach for your project and help me see.

http://www.mediafire.com/file/q1ggnyj2y2y/Telerik Report.rar 

Sincerely..
Steve
Telerik team
 answered on 21 Jun 2010
3 answers
178 views
I'm using the reportviewer (Windows 2000, Vista, Windows7) on a radform to display images in multiple pictureboxes and general text.  The users have complained that if they choose a different page size when printing the report the images are distorted proportionally to the page size.  An image appearing normal in 8.5x11 will appear stretched in 8.5x14.  I have experimented with printing, and found that no matter what options are chosen in the printer settings, or preferences, this will occur.  I have tried choosing "Actual Size" and unchecking "Scale to Fit" without success.  Is there a property in the reportviewer or elsewhere that will prevent the images from distorting if a different page size is chosen?  Thanks.

 
Steve
Telerik team
 answered on 21 Jun 2010
1 answer
93 views
Hi,

Forgive me if this has already been answered in this forum already.  I could not find it.

Is it possible to know if the environment is in report preview mode versus actually running a report?

I'd like to do something like this in the report class, derived from Telerik.Reporting.Report:

....
if ( InReportDesignPreviewMode )
{

    this

 

.DataSource = MyBusinessClass.LoadTestData();
}
else
{
    this.DataSource = MyBusinessClass.LoadRealData();
}
...

I did try this.DebugMode() and it didn't behave as I thought it would.

Thanks for your input on this matter.

Michael

Steve
Telerik team
 answered on 21 Jun 2010
1 answer
95 views

Good morning,

We have a problem that we cannot resolve watching the documentation.

After we created a report using wizard, we tried to impost specified parameters, but we do not managed to make them independents between them. For example  we do not succeed to execute a research for only one of the indicated parameters also having insert NULL  provision and finally we have some trouble to apply filters from a master to a subreport.

We would like to ask you a help to resolve these problems.

Thank you so much.

We look forward to your answer,

Yours faithfully.

Peter
Telerik team
 answered on 18 Jun 2010
1 answer
264 views
I am trying to retrieve a single character from a parameter in a WInforms report for a conditional formatting rule.  The expression is: = SubStr(Parameters.Weekends.Value,1,1).  I get "The expression contains undefined function call SubStr".  What am i missing?

TIA
Barry Tarr
Peter
Telerik team
 answered on 18 Jun 2010
2 answers
269 views
Hello,

I have searched lot of documentation and fourm. I was not able to find answer to my question.

Q1 : I am generating Tables dyanamically on Telerik Report. So how would i position these tables one after each other and close to page margins?

Q2 : I want to aggregate any column at the bottom of my table. so how should i do Sum of a partular column and then if i want to further process that table like Goal - Actual = Differance scenario.

I hope i made it clear regarding second quetion.

Thanks.
Chintan Shah
Top achievements
Rank 2
 answered on 18 Jun 2010
1 answer
82 views

I have a richtextbox in Silverlight and I save the content as xaml in the database.

When I use it,  I convert the filed to html and use it in Telerik reporting as a htmltextbox.

The problem is when using WriteEndElement it create the endtag as />, If there is no content.

When I binding the htmlfield to htmltextbox,  it ignore the endtags and it creates the endtags last in the text.

Below, see the content of the htmltextbox. It ignore the red text, entags,  and I missed the text “Head”.

Is this a fault?

 

<div><p STYLE="font-size:12;font-family:Verdana;color:#000000;font-weight:normal;font-style:normal;text-align:Left;"><span STYLE="font-size:14;font-weight:bold;">Head</span></p><p STYLE="font-size:12;font-family:Verdana;color:#000000;font-weight:normal;font-style:normal;text-align:Left;"><span STYLE="font-weight:bold;" /></p><p STYLE="font-size:12;font-family:Verdana;color:#000000;font-weight:normal;font-style:normal;text-align:Left;"><span STYLE="font-weight:normal;">Hello.</span></p><p STYLE="font-size:12;font-family:Verdana;color:#000000;font-weight:normal;font-style:normal;text-align:Left;"><span STYLE="font-weight:normal;" /></p><p STYLE="font-size:12;font-family:Verdana;color:#000000;font-weight:normal;font-style:normal;text-align:Left;"><span STYLE="font-weight:normal;">Hello two.</span></p></div>

 

I also have another question. Will it come a RichTextBox in Telerik reporting?

 

/Fredrik

Steve
Telerik team
 answered on 17 Jun 2010
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?