Telerik Forums
Reporting Forum
1 answer
63 views
Hi
If report has no of columns and we have Page orientation
Size: Letter
Orientation;Portrait

and there are solme description like columns which can have 100 words and we set its grow property=true then only this column grow and report looks very odd while it should grow the whole row
see my attachment
Plz tell me how can i set this issue
Steve
Telerik team
 answered on 10 Sep 2010
1 answer
148 views
Hi I have a asp.net report viewer control which has been working fine as a dynamically loaded user control in a asp.net Web page. I have been adding the item to a content placeholder using the controls.add method of an update panel. I wanted to change the functionality to load the usercontrol into a RadWindow. Nothing else has changed at all, except for I am trying to add my control to an update panel in a RadWindow

<telerik:RadWindow ID="DocumentWindow" runat="server" Modal="True" VisibleOnPageLoad="false"
     Behaviors="Close" AutoSize="false" Height="480" Width = "640">
     <ContentTemplate>
         <asp:UpdatePanel ID="DocumentWindowUpdatePanel" runat="server" UpdateMode="Always">
         <ContentTemplate>
         </ContentTemplate>
         </asp:UpdatePanel>
     </ContentTemplate>
 </telerik:RadWindow>

The RadWindow comes up on the page and the control "appears" to be loading inside. However, there is a JavaScript error being thrown "Expected ;" and none of my report contents are displayed. Also, when I click on the refresh icon I get: "OnCommand Refresh". What am I missing here? Thanks! 
Steve
Telerik team
 answered on 10 Sep 2010
3 answers
195 views
I have two report parameters which need to have their data populated via a SQL datasource.  I see how to do this by setting up a SQL dataadapter in the report and then setting the adapter as the DataSource for the report parameter.

The issue that I have is this.  I distribute this website to multiple clients.  Each client has a different SQL connection string which I store in the appSettings in web.config.  I cannot figure out how to set or associate this connection string at runtime from the appSetting to the report dataadapter connection.  Is there a way in the code behind to do this?

Thanks.
Dan
Patrick
Top achievements
Rank 1
 answered on 09 Sep 2010
2 answers
185 views
Hi,

  I'm working on creating a chart in a report, but instead of the XAxis starting at Zero I want it to start at Ten.  I set the PlotArea.XAxis.MinValue to 10 and the PlotArea.XAxis.MaxValue = 100 and the PlotArea.XAxis.LabelStep = 10.  I was expecting the XAxis to go from 10 - 100 but instead it goes from 1 - 91.  Any ideas on how to correct this?

Thanks,
-Scott Cline
Scott
Top achievements
Rank 2
 answered on 08 Sep 2010
1 answer
98 views
Hello,

Is it possible to detect from code-behind when the user press the print button for a report?
Patrick
Top achievements
Rank 1
 answered on 08 Sep 2010
2 answers
93 views
I have been trying to find the proper event to place some supporting code for a report I am developing but with no luck.  The report is already bound to a SQL datasource, but I need to load an array with some data from another table in the database. This is necessary to "look up" some rates that I need in calculating the values for some unbound text boxes in a group footer section.  I wanted to load the array using a separate connection and a datareader, however I keep getting an error when I attempt to place the report in a reportviewer in ASP.NET web form.  It will not allow me to select the report because it indicates that the connection must be open for the ExecuteReader method and will not allow me to specify the report in my Report parameter.  I do open the connection in my code and the connection string is defined in the code as well.  I currently have it in my report constructor module after the InitializeComponent() call but that doesn't work.  Any suggestions? 
Chuck Harrington
Top achievements
Rank 1
 answered on 08 Sep 2010
3 answers
300 views
Hello,

I'm trying to have the serie names in my legend dynamically changed based on users's select.  There are three series in my graph and these series are based on the years that users select from filters.  For example, if users select 2008, 2009, and 2010, the three series will show data for these three years and the legend will show these three years.  So if users select three different years, the legend will show three different years.  Can I do that?

Thanks!

Peter
Telerik team
 answered on 07 Sep 2010
0 answers
72 views
How can I set the OpenAccess DS to filter by ID?

I have a SubmissionResponse object, and that has a reference to a parent which contains the FormID.

So object.Submission.FormID

How can I set the where clause to only get me the results for that formID if the FormID is a GUID?
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 asked on 07 Sep 2010
8 answers
433 views
Hello,

I'm trying to refresh my reportviewer so it can reload parameters values.
How to do that using MVVM in a Silverlight project ? It seems that no refresh method exists on report viewer control...

Thanks.
Equipe Info
Top achievements
Rank 1
 answered on 07 Sep 2010
6 answers
1.4K+ views
What's the best way to add conditional formatting for a datetime field that may be null?

I wanted to highlight all records that had a date in the past, for records that actually *have* a date. How do I do this?
Peter
Telerik team
 answered on 07 Sep 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?