Telerik Forums
Reporting Forum
1 answer
131 views
Hi Guys,
    I have made those reports have been shown by using the Silverlight ReportViewer on client-side.
    Furthermore,Those reports's parameters have been passed from the client-side silverlight to the server-side telerik reporting  reports. 
    
   Those reports have worked fine when those reports's parameters have beed selected all in first time.
   But,The report will occur blank data on the first page of the whole report when  I have selected some parameter in second time.
   
   Please see the code below
   *.xaml
      <telerik:ReportViewer x:Name="MyReportViewer" ReportServiceUri="../ReportService.svc"/>
   
   *.xaml.cs
       this.MyReportViewer.Report = null;
       this.MyReportViewer.Report = "ReportLibrary.ReportTest,ReportLibrary";
       this.MyReportViewer.RenderBegin += new RenderBeginEventHandler(ReportViewer_RenderBegin);
       ....
       ....// passed the report parameters
       args.ParameterValues["Plant"] = plants;
       args.ParameterValues["Areas"] = areas;
       args.ParameterValues["Units"] = units;
       args.ParameterValues["Items"] = items;

   ReportTest.cs [Telerik.Reporting.Report]
      private void ReportTest_ItemDataBinding(object sender, EventArgs e)
      {
          .....//got the report parameters
          .....//generated and executed the mdx query , returned cellset
          .....//Telerik Table Bind the cellset data
           this.tblTest.DataSource = cubeTest;
           //----------------------Fields Binding------------------------------------
          this.txtFChgOn.Value = "=IsNull(FormatDate(Fields.Time),' ')";
          this.txtFArea.Value = "=Fields.Area";
          this.txtFUnit.Value = "=Fields.Unit";
          this.txtFTagName.Value = "=Fields.TagName";
          this.txtFTagDesc.Value = "=Fields.TagComment"; 
      }


   I think,Does the report has cached report data in first time?
   How can I handle this situatio ?
   In case of the cached data , How to solve it?
  
   I am in urgent need of yours help.
  Thanks.
Peter
Telerik team
 answered on 09 Jan 2012
0 answers
93 views
It's simple enough to set a design-time connection string with the Report Wizard. But I'm having a very difficult time trying to set a connection string that will work once the  Winforms App is deployedl.  I have tried using Path.GetDirectoryName Application.ExecutablePath etc. but nothing wants to work. I know there's some simple and probably elegant solution to this, but I'm stuck and must reach out for help.  Any ideas on the best way to do this? I'm using a SQLDataSource and it's connection string finds everything I try disagreeable.  Thanks in advance.
John
Top achievements
Rank 1
 asked on 07 Jan 2012
4 answers
257 views
Hello,

We're using Telerik Reporting Q2 2011 in a WPF C# application.  I'm creating a simple report with one group.  Can you please give suggestions regarding how to make a detail section textbox have bold font when there's only 1 row in the current group?

Thanks much!
Terry Webster
Top achievements
Rank 1
 answered on 06 Jan 2012
6 answers
401 views
Please could you let me know if there is a way to restrict the maximum bar width of a bar in the stacked bar chart? I have a variable number of items that need to be plotted, and if I only have one item on the x axis I would prefer the bar not to fill the width of the chart.

Thanks in anticipation, Carl
Rob
Top achievements
Rank 1
 answered on 05 Jan 2012
15 answers
1.1K+ views
I know this is probably the dumb question of the day, but...
How do I set the color of the bars in a bar chart?
In the designer I have the Series Appearance,Appearance,FillStyle,FillSettings,MainColor = CornflowerBlue
and I have the PlotArea,DataTable,Appearance,FillStyle,FillSettings,MainColor = CornflowerBlue
but this cannot be right as my bars are still some aqua blue color.

???
Dan
Rob
Top achievements
Rank 1
 answered on 05 Jan 2012
3 answers
361 views
Hi,
I just installed the telerik reporting, and I try to replace microsoft report viewer with telerik's
Unfortunately I can't find ServerReport ReportPath atrribute inside telerik report viewer:

<telerik:ReportViewer ID="ReportViewer2" runat="server" 
        Font-Names="Verdana" Font-Size="8pt" Height="700px" ProcessingMode="Remote"
            Width="100%" ShowDocumentMapButton="true" OnUnload="UnloadReportViewer"
            ShowPrintButton="True" ShowRefreshButton="false"
            BorderColor="Transparent" BackColor="#171717" BorderStyle="None" ForeColor="White" CssClass="ReportViewerText">
             
            <ServerReport ReportPath="<%$ Resources:Common, SSRS%>"/>
        </telerik:ReportViewer>

How can I insert the report path for the reportViewer control?
Thanks
Steve
Telerik team
 answered on 05 Jan 2012
12 answers
316 views
Hi..
        i have created report with the width of 10 in.It is working fine.it looks fine in 1 page.But when exporting to pdf ,it is spanning to 2 pages .

 My requirement is ,it should be in 1 page in pdf,pls help me..

Regards
 HR
 
Steve
Telerik team
 answered on 05 Jan 2012
4 answers
1.2K+ views
I've searched and found a few entries on Watermark but I wanted to confirm that the latest version of Telerik Reporting does not support Page Backgrounds or Watermarks. Is that true?

I'm trying to create a single page report that has a background created by our graphic designers. It will be a printable certificate with the name of the recipient as one of the few dynamic text elements. I haven't had any luck getting this to work.
Steve
Telerik team
 answered on 05 Jan 2012
2 answers
154 views
Hi there.

I read some posts from a while back about adding support for a watermark on a report page. Is that available yet? If not, any idea when it will be coming?

Thanks, Mike

P.S. - Love the product, support and community.
Steve
Telerik team
 answered on 05 Jan 2012
1 answer
92 views
How can I change the style of a GroupSectionHeader if it is the first time it occurs and have a different style of the repeated group header on subsequent pages.

For example:

My First Section Row (page 1)

My First Section Row (page 2)
more data here

My First Section Row (page 3)
more data here 


My Second Section Row (page 4)

My Second Section Row (page 5)
more data here

My Second Section Row (page 6)
more data here  

Hope this makes sense!

Thanks
Hadib Ahmabi
Top achievements
Rank 1
 answered on 05 Jan 2012
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?