Telerik Forums
Reporting Forum
1 answer
107 views
Hey,
i am integrating a report service to my application and i am looking for a way to implement a search that it's result will populate a report parameter.

Ideally - i would have a search text box that using autocomplete (or something liek that) will let me a select a value for  my report parameter (for example, suppose my datasource is for a products table, when i put a name in the text box - it would give me all datasource results that fit with that search and let me select one of them - and the selection will be the value of a report parameter that i'll use to render the report).

Is there anything remotely like this integerated in Telerik Reporting?

Thanks,
Patrick
Top achievements
Rank 1
 answered on 06 Dec 2011
9 answers
142 views
My reports are not able to render text hyphens in Telerik Reporting TextBoxes OR in HTMLTextBoxes.  I have strings like "The Ultimate Course Title - Session 3" Rendering with empty spaces or boxes in place of the hypens.  How can I get hyphens to display in the rendered reports?

We're using Win 2003 server 32bit, Telerik reporting version 5.1.11.713.

Thanks for your help!

Jonathan David Smith, Developer
Trakkware, Inc.
www.trakkware.com
7204356836
Jonathan
Top achievements
Rank 1
 answered on 06 Dec 2011
1 answer
121 views
Hi!

I am working on MVC 3 using Telrik.

I want to create the parameter page in MVC to get the reports from SQL Server Reporting Services 2005.

Is it feasible?

If so, can i get some idea regarding it and an example which demonstrates it.

If no, what can be the reason behind it?

Please let me know
Steve
Telerik team
 answered on 06 Dec 2011
15 answers
374 views
Can we have Interactive (Editable) Gantt Chart using the Telerik reporting control. I was looking for a functionality that would add the features like moving the task shown in the gantt chart from one region to another. Increasing or reducing the duration of task in the chart itself.

Regards,
Jayandra
Stefan
Telerik team
 answered on 06 Dec 2011
1 answer
96 views
Hi,

Does Telerik reporting including a details header section?

For example, if you were displaying product id, product name, and product category in the details section the details header might contain "Id", "Name", and "Category" in bold/larger text.

It doesn't seem possible to use the page header for this, because it appears above the report header.

And the report header doesn't seem suitable either because this doesn't reappear on every page.

kind regards,
Jordan.
Jordan
Top achievements
Rank 1
 answered on 06 Dec 2011
0 answers
117 views
I'm using Telerik Reporting version 5.1.11.928. I bind the sql data source through the Telerik table wizard, then I called it from my code. Here is what my codes look like

 private void MachineStatusReport_ItemDataBinding(object sender, EventArgs e)
        {
           
                    uint pcGroupId = 0;

string sql = " // some sql query here..";
 
   sqlDataSource1.SelectCommand = sql;


          sqlDataSource1.Parameters.Clear();
            sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
           
          new Telerik.Reporting.SqlDataSourceParameter("ParameterDaysNumber", System.Data.DbType.Int32, ReportParameters["numDay"].Value),
            new Telerik.Reporting.SqlDataSourceParameter("ParameterPcGroupID", System.Data.DbType.String, "= Parameters.pcGroupId.Value"),
            new Telerik.Reporting.SqlDataSourceParameter("ParameterPcGroupLevel", System.Data.DbType.String, 0 < pcGroupId ? Common.GetPcGroupLevel(pcGroupId) + "-%" : "%")
  

  });


            DataSource = sqlDataSource1;


}

Next I bind  the table to this datasource using ' = ReportItem.DataObject'. and created a group based on some fields from the sql.

It works fine. Now I need to add new table on the same report, selecting specific data from report datasource which I have been using above and using the same grouping. However I cant use the same datasource result as I need to do another select statement to get the data from sqlDataSource1 result.  So how should I go about it.?


Fadhli
Top achievements
Rank 1
 asked on 06 Dec 2011
2 answers
1.2K+ views
I have a Silverlight project with a Telerik Rad Control Rich Text Box. The content of the rich text box is first exported in a string variable like this 

public string ExportToXAML(RadDocument document)  

XamlFormatProvider provider = new XamlFormatProvider();  

return provider.Export(document);  

}
After this, it is converted to a byte[] datatype and stored in an Oracle Database with a WCF webservice as a blob datatype (large business object). This works fine without problems. The content which is saved in the database is also shown in the rich text box with a get method of the webservice.
My question is: Is it possible to display the content of the rich text box in a Telerik report. I have constructed a Dataobjectmethod as a separate class, build an objectdatasource with the Dataobjectmethod and at last bound the report´s datasource to the objectdataource. Now when I try to generate the report preview an error is thrown: "Object reference not set to an object instance"
Actually it is not only the large BLOB object which is not displayed, but also the normal text is not shown. Do you have any idea about the error and how to handle it?
And: Is there a rich text box in the reporting or if not, how can I display the content of a rich text box in the report?

Peter
Telerik team
 answered on 05 Dec 2011
1 answer
53 views
When I selected print button in design no problem texts but When I selected print button on another reportviewer, Texts is damage,
Steve
Telerik team
 answered on 05 Dec 2011
0 answers
62 views
Hi there,

I'm looking for an feature that allow user easily customize (drag/drop) report column before export to an report file.

Does Telerik Reporting support this?

thanks.
fsoft_dungtv2
Top achievements
Rank 1
 asked on 05 Dec 2011
1 answer
126 views
I am setting the ShowZoomSelect to False and the zoom select still shows up in IE. The Browser version is 9.0.8112.16421.
This is my mark up.
<telerik:ReportViewer ID="ReportViewer1" runat="server"  Width="100%"
            DocumentMapVisible="False"  BorderColor="#AABFD6" BorderStyle="Inset" BorderWidth="1px"
            Height="800px" ShowParametersButton="False"  
            ParametersAreaVisible="False" ShowRefreshButton="True" Visible="False"
            meta:resourcekey="ReportViewer1Resource2" ReportBookID="">
            <resources documentmaptooltip="Show document map|Hide document map" />
        </telerik:ReportViewer>

please let me know what might be wrong?

regards
Yash
Steve
Telerik team
 answered on 05 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?