Telerik Forums
Reporting Forum
3 answers
150 views
This is likely a known issue, but just in case: if you right-click in a band and make it invisible, upon return of its' visibility, any controls within it are gone. I have tried this with various bands, and at least with my bits, this happens.
As well, the ordering of the bands is not yet consistent: the report header should always appears above the page header etc..
Cheers, drew..
Svetoslav
Telerik team
 answered on 01 Feb 2007
1 answer
117 views
I wanted to reflect briefly on my recent reporting tool experiences and make a suggestion to telerik, one that i am sure they already know, but just in case: the reporting tool market is currently dominated by a few products. It seems in each case that one must take a sabbatical and win a lottery to get web-wise with the tool. There are so many convoluted methods and manners needed to get web reports deployed.
The reality of a developers life is that we are inundated with new versions of *everything* we use to develop products for our clients. We don't have the time or luxury to read and study code examples and tomes on all the features of a tool.
If telerik can give us a web reporting tool with a modest $$ attached, with the top 5 use-cases ***clearly*** defined, and have a dead-easy deployment practice, i am all-in.
Case-in-point: every single web report developer that creates local test reports must then deploy to a server, somewhere. Give us a simple connection string property we can set in the load event to let us tell the report where to grab the data. Microsoft's ReportViewer, while a nice bundled tool, makes this simple task a nightmare, with enough searching posts on the web to prove it.
Limit our time to get the first few standard use-case scenarios solved, price it right, especially for those of us doing beta testing for you, and you have our loyalty, regardless of how long the others have been around.
{ok, my ranting is done Ü}
Rossen Hristov
Telerik team
 answered on 01 Feb 2007
3 answers
218 views
Are you going to incorporate the ability to have a drill down throught the data , as per cyrstal ?

If so I would certainly be interested in this and therefore dropping crystal , which as a company as given me nothing but grief !

Thanks
Vassil Petev
Telerik team
 answered on 26 Jan 2007
1 answer
156 views
I need to set the Select SQL at run time. I do it like this.

if (!IsPostBack)
{
MyReportLibrary.
testReport myReport = new testReport();
myReport.setAdapter(myAdapter);
this.reportViewer.Report = myReport;
}

But the problem is, that by the page loading, the constructor of testReport (where other connectionstring and Select_SQL are defined) will be called the second time and the properties of
myReport.setAdapter(myAdapter)
will be lost.

Who calls (creates) the myReport again?
I suppose , that it is the reportViewer. The Viewer re-create the class myReport (actually testReport) and so myAdapter will be lost.

How can I set the Adapter outside of the Report ? 

Chavdar
Telerik team
 answered on 23 Jan 2007
1 answer
155 views
Does Telerik Reporting support XML as a datasource?
Svetoslav
Telerik team
 answered on 16 Jan 2007
12 answers
409 views
I am getting the error message below during installation.  I get the same error when attempting to un-install.  I have Visual Web Developer Express and SQL Server Express installed.  This happened on two computers.

Error 1722.  There is a problem with this Windows Installer package.  A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.



drew
Top achievements
Rank 1
 answered on 11 Jan 2007
8 answers
516 views
I'm not sure if telerik was planning on providing some layout templates with reporting, but I ran into a need yesterday that could be perfectly served by reporting with templates.

Basically, it would be great if reporting came with templates for creating the report layout in a format that would print correctly on a number of different label sheets (Avery label sheets are usually used as the defining standard).

For example, in the reporting visual designer, I could select "Create New Report from Template..." and then pick "Mailing Labels (Avery XXXX)" and a new report would be created that would print my data in the correct format to fit a sheet of Mailing Labels. I would layout one "label", bind the report to my datasource, and then the report would "merge" my data when it rendered.

Anybody else out there think this would be useful? Is this doable telerik?

Thanks~
Chavdar
Telerik team
 answered on 08 Jan 2007
1 answer
157 views
I have WS2005 SP1.  Got error during install when trying to add to toolkit.

Thanks.
Rossen Hristov
Telerik team
 answered on 03 Jan 2007
1 answer
140 views
hiya,

I have an app where the user needs to be able to "print" the data that is on the winform.
The data is mostly comboboxes and datagridViews.
Is this possible using the new reporting tool?

All I want to do is create a faithful reproduction (on a printed sheet), of what the user sees on the winform.

Any advice much appreciated,

cheers,

yogi
Rossen Hristov
Telerik team
 answered on 27 Dec 2006
0 answers
370 views
It is our pleasure to announce the availability of the second CTP of telerik Reporting. Based on the feedback we got from the first version, we managed to improve the product and significantly enhance its feature set.

Here is a list of the more important changes we have done in CT2:

  1. Improved cascading styles
  2. Added CSS-like stylesheets that represent a set of global styles, which are applied to report items that match a given pattern:
    • Matches item's type (TypeSelector)
    • Matches item's property value (AttributeSelector)
    • Matches ReportItemBase.StyleName (StyleSelector)
    • Matches item's relationship with other items in the hierarcy  (DescendantSelector)
  3. Export to PDF.
  4. The following events have been added:
    • ReportItemBase.ItemDataBinding - fired before the item is databound
    • ReportItemBase.ItemDataBound - fired after the item is databound
    • ReportItemBase.PreRender - fired before the item is rendered
    • Report.NewPage - fired when a new page begins rendering (valid only for rendering formats that support paging - PDF/Image/HTML)
  5. Design-time improvements:
    • Data Explorer ToolWindow
    • Report Explorer ToolWindow
    • Improved WebViewer design-time support
  6. Added 2 new examples.
  7. Fixed various installation problems
Download now!

Your feedback on CTP2 will be appreciated through the telerik Reporting beta Forum!

You can learn more on the upcoming Reporting tool at http://www.telerik.com/reporting


Sincerely yours,
the telerik team
Telerik Admin
Top achievements
Rank 1
Iron
 asked on 22 Dec 2006
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?