I have constructed a collection of data series items. Each data series has multiple data points. I am binding all this to a bar chart. That data binding is working fine however for some reason beyon
After performing a product evaluation by one of the managers other can change the scoring for certain categories. This changes in scoring are stored in the database for reference.
A date field supplies the value for one of the textboxes on the report; here\'s how the textbox property page l开发者_高级运维ooks:
I want to know how to concatenate more fields in one text box in Telerik reporting separate开发者_C百科d by \"/\" in expression of text box.When you set the Value of a text box, you can use expression
I have a report that has a ReportHeader section that has a couple of fields that I set in code - that aren\'t populated from a DataSource.
I\'m trying to put together what I had thought would be a fairly simple report using Telerik Reporting, and I\'m having a problem.
I created a new Telerik reporting class library (single report for now) which builds successfully in VS2010 [10.0.30319.1 RTMRel]
I am working with the telerik reporting platform. I am trying to create a c开发者_如何学Crosstab programatically and I cant seem to find any documentation on this particular subject. I have created a
I\'m dynamically creating the columns of a table in a telerik report. This is the code: //create two HtmlTextBox items (one for header and one for data) which would be added to the items collection o
I want to bind a table to a list of objects, each object has a IDictionary. public ObjectInstance { public IDictionary<string, object> Dictionary { get; set; }