Telerik Forums
Reporting Forum
1 answer
50 views
Hi,

I would like to know how to modify the report design after the project has been published without building it again.


Thanks in Advance,

Kind Regards,
Steve
Telerik team
 answered on 21 Dec 2011
1 answer
116 views
Hi,

Can you please let me know how to give background colour to a picture box based on the values of another column??? 
Either by formatting rules (which I tried) or by VB code..

For instance, background colour = red  if the value is 0 
                      background colour = green if the value is 1

Thanks.
HAREE
Top achievements
Rank 1
 answered on 20 Dec 2011
1 answer
143 views
Hi,

I'm using telerik reporting version 5.1.11.928

I understand that a report page will break if there is not enough space to display the reports.
However what if I set the report size to custom size of 210mm width and 5000mm for the height? Why the page is still breaking. I believe with that kind of size the report should fit in one page.

 However, if there is no grouping in the report, the reports won't break although the displayed data is long. The page break only happen if grouping is there although the data is significantly lesser than the report which don't have group.

FYI, I've set all pagebreak to 'none'.

Elian
Telerik team
 answered on 20 Dec 2011
1 answer
109 views
I am binding htmlTextBox to HTML which is having table in it. But report is not showing table. Is HTMLTextBox supports only few tags of html?
How can I fix it?
Elian
Telerik team
 answered on 20 Dec 2011
1 answer
134 views
I have a report viewer in WPF, I'd like to show the user some feedback when changing pages (on a slow pc this can take 4-8 seconds).

I have bound to the "IsInProgress" property, but nothing happens.

<controls:CircularProgressBar Message="{Binding ProgressMessage}" >
    <controls:CircularProgressBar.Visibility>
        <Binding Path="IsInProgress">
            <Binding.Converter>
                <telerikViewer:VisibilityConverter/>
            </Binding.Converter>
        </Binding>
    </controls:CircularProgressBar.Visibility>
</controls:CircularProgressBar>


 I suspect that Telerik is not realeasing the UI thread for the progressbar to appear. 

Any ideas?
Elian
Telerik team
 answered on 20 Dec 2011
1 answer
76 views

Hi,

I am using Telerik  Reporting Q2 2011 with Silverlight 4. I would like to access printer preferences and set the default layout for print to Landscape. Is it possible using this release or by using latest release (Q3 2011) of Telerik Reporting?

Adil

 

Elian
Telerik team
 answered on 20 Dec 2011
1 answer
166 views
Hi
currently hosting my project on  iis 6.0(windows server 2003)
and it gives that error...
couldn't find a way to fix it plz help it's urgent..
Massimiliano Bassili
Top achievements
Rank 1
 answered on 20 Dec 2011
1 answer
60 views
I have an horizontal alignment issue where the report displayed is not centered in the webviewer once I upgrade it to Q3 2011. Before this , i was using Q2 2011 and it works perfectly fine.

Attached is how it looks like after upgrade.
Steve
Telerik team
 answered on 20 Dec 2011
3 answers
812 views
Hi there,

How I can pass parameters to my sql queries in query builder. Please look at picture.

In my ReportViewer I do that:

 public SGASeguranca()
        {
            InitializeComponent();

            try
            {

                ReportViewer1.Report = "ReportClass.ParticipantesReuniao, ReportClass, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null";
                ReportViewer1.ReportServiceUri = new Uri("../ReportService.svc", UriKind.RelativeOrAbsolute);
                ReportViewer1.RenderBegin += new Telerik.ReportViewer.Silverlight.RenderBeginEventHandler(ReportViewer1_RenderBegin);
                
            }
            catch(Exception e)
            {
            }

        }

        void ReportViewer1_RenderBegin(object sender, Telerik.ReportViewer.Silverlight.RenderBeginEventArgs args)
        {
            args.ParameterValues["REUNIAOID"] = 1010;
            
        }

And in code-behind of my report I do that:

   void ParticipantesReuniao_NeedDataSource(object sender, System.EventArgs e)
        {
            Telerik.Reporting.Processing.Report report = (Telerik.Reporting.Processing.Report)sender;

            this.sqlDataSource1.Parameters[0].Value = report.Parameters["REUNIAOID"].Value;

            // Set the SqlDataSource component as it's DataSource
            report.DataSource = this.sqlDataSource1;
        }

But now, I want use this REUNIAOID in query builder.

How I can do that?

Thanks in advance
Manuel
Top achievements
Rank 1
 answered on 20 Dec 2011
8 answers
650 views
I had done some reports for industrial production in the Q3 2009 release. I had no issues using MultiValue parameters and passing it so that the customer could look at multiple items in a single report if needed. I am updating and doing some new reports and have found that in the Q3 2010 release the multivalue continually throws me a error but not if the MultiValue is set to False ( it runs fine then). This is happening after upgrading the reports from the old version. If I go back to the old version, they run fine.
I am getting the following error:

Cannot perform '=' operation on System.String and System.Object[]

I checked the documentation and see nothing new for setting Multivalue parameters. I might be blind though and just missed it. Any ideas as to what is causing this and how to resolve it? I apologize I usually do reports using a different package. The customer has been happy with the look and feel of the old ones.

Thanks!

Tom
Varun
Top achievements
Rank 1
 answered on 19 Dec 2011
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?