Telerik Forums
Reporting Forum
2 answers
78 views
I use Reporting Q2 2010 4.1.10.921 & visual stuio 2010 to develop website with .NET Framewrok 3.5
On menu Telerik -> reporting, I only see Upgraged winzard menu item. I had upgraded successful but I stll can't see the other menu item: Report winzard , Report Explorer, Data winzard ..........
When drag ReportBook from toolbox to ascx,  I click New report then I can't find any Report type like demo page : http://www.telerik.com/help/reporting/designing-reports-reportbook-web-viewer.html

Please tell me what is the problem.
Execuse my english.
ken
Top achievements
Rank 1
 answered on 25 Oct 2010
6 answers
330 views
Hi,

I am slightly confused with multi select parameters - can these be automatically passed through to a SqlDataSource (referencing a stored procedure) as a comma delimited list, or do I have to manually create this string in the NeedDataSource event?

Thanks
Rakesh
Top achievements
Rank 1
 answered on 22 Oct 2010
2 answers
357 views
Hello,

I have an untyped data source (and no I can change it) where all my columns are strings. I have a "date" column which I would like to format specifically so I am trying to convert the field value to a date using the following:

=IIf(Fields.MinDate='', 'blank string', CDate(Fields.MinDate))

The problem is that the one record I have with a blank string as a value is erroring out on the CDate conversion, which it shouldn't because it evaluates to "true".

If I use:

=IIf(Fields.MinDate='', 'blank string', Fields.MinDate)

then the record does display 'blank string'  so I know that it is evaluating to "true" for that record.

Any ideas on how I can convert this string field to a date so I can apply special formatting (without having to write a user function)?

Thank you.
Tracy
Top achievements
Rank 1
 answered on 22 Oct 2010
3 answers
214 views
I'd like to call the built-in StripHtmlTags function in a user function, like this:

public static string MyFunction ( string pHtmlString )
{
    string plainText = StripHtmlTags ( pHtmlString );
    //do stuff here
    return plainText;
}

Is this possible? What namespace contains this function?

Thanks!
Steve
Telerik team
 answered on 22 Oct 2010
1 answer
107 views
hi all,

i am using telerik reporting Q2 2010 , and i want to print a report directly without showing it.
what i thought to do is show the report in a reportviewer and when the render become complete, i call the PrintReport() method.

but there is no event on windows reportviewer that i can use for Rendercompleted !

how can i do it ?
Steve
Telerik team
 answered on 22 Oct 2010
1 answer
169 views
Hello,

I have following problems with telerik reporting (web report), so every help is appreciated.

1. Visibility with conditions is not working properly - when textbox, panel or datatable is by default set to visible=false,
then conditions won't trigger to show it (condition is ok, because it works other way -> default=visible, script hides it)

2. When two panels are same width and height, and are overlapping completely, one is hidden, one isn't (with script) then it causes rendering problems (none of them is visible)

3. Impossible to hide datatable column with conditions, even if i can set condition on table title and column record definition cell.

4. Impossible to control position of the item using conditions. (this is a wish to feature) Ideally telerik should be able to control with conditions every parameter of an object, or atleast those that are related to showin/rendering.

5. Instead of this semi-script language, full c# lang. syntax could be supported including direct calling public methods from any c# object
Peter
Telerik team
 answered on 22 Oct 2010
4 answers
215 views

Hi,

I have a report that contains a checkbox. The report is being displayed in the Silverlight viewer.  In both the Preview and Html Preview tabs the Checkbox and corresponding text are displayed.  When I run my application the text portion of the checkbox is visible, however the checkbox itself is not visible. (See attached screen shots).

 

 

I am using IE 7, Silverlight 4 and .Net 4.

 

Any suggestions?

 

Thanks,

Billy
Top achievements
Rank 1
 answered on 22 Oct 2010
1 answer
84 views
Hi everyone,

I have used telerik rad ajax and telerik reporting components with visual studio 2010. I have developed a web application and I have some reports page in system. 
Firstyl, I had prepeared my reports and import the report files to my project. Then, I prepeared a report viewer  and gave its report source. When I build the system I saw that the report viewer items such as print button, export link, next arrow etc seem double. One of the copy of the buttons, arrows and links are seem frozen.
I attached the print screen image of the report viewer. What can I do to resolve this design problem??

Thanks
 
Steve
Telerik team
 answered on 21 Oct 2010
3 answers
119 views
Our reports are multiple pages.   

When a user is at the bottom of a page they would like to be able to use the toolbar to advance to the next page. 
However, we are only able to create one toolbar per page. 

Is there a way to have two toolbars per page one at the top and one at the bottom? 
Steve
Telerik team
 answered on 21 Oct 2010
21 answers
613 views
Hi,

Here's the situation.  I have a Telerik Report document.  In the Detail row, there are three columns, each with one field.

The fields can grow, and do based on the data in the field; so there may be multiple lines on some of the fields. 

If I just put borders around the fields, then the boxes are all different heights, depending on what is in the fields. 
(like this sketch:)
---------------------------
|         |           |         |  <-Record 1
--------|           |         |
          |           |-------|
          ----------
---------------------------
|         |           |         |  <-Record 2
--------|           |         |
          ----------|         |
                       ---------

I need for all three columns to be the same height boxes.

When done, the page should basically be a grid of boxes with the details from each record filled into the fields:

--------------------
|        |       |      |   <- Record 1
|        |       |      |
--------------------
|        |       |      |   <- Record 2
---------------------

Hope I am making sense... Anyone have any ideas on how to accomplish this?

Thanks!

-Chuck
Steve
Telerik team
 answered on 21 Oct 2010
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
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?