Telerik Forums
Reporting Forum
3 answers
120 views
Hello,

I'm trying to do Telerik.ReportViewer.Wpf.ReportViewer rv = new Telerik.ReportViewer.Wpf.ReportViewer(); in WindowsFormsApplication and receiving NullReferenceException. Was wondering if you had any ideas? Its not a big deal for us, we're still stuck inside WindowsForms till end of the year or begging of next. I was hoping to style it similar to our other wpf applications.

Attached is image of the StackTrace unfortunately its not very helpful.

Thanks Much,
~Boots
Peter
Telerik team
 answered on 14 Sep 2010
1 answer
86 views
Hi guys,
I am making to my report transmition from CR10 to Telerik cuase the poor image  quality in CR,
but now i'm disapointed cuase there is no rtf support ?!

it is a must in my software requirments.

there is any solution or any future release for this porpuse ?!
Steve
Telerik team
 answered on 14 Sep 2010
1 answer
69 views
Hello,
Is it possible to set visible  to true for a textbox in the labelsGroup footer?
Thnx
Kellen
Top achievements
Rank 1
 answered on 13 Sep 2010
0 answers
137 views
Hello,

I update the default style of the Silverlight Report Viewer.
I Added three new Buttons to the Toolbar.

<telerik:RadButton Command="{Binding ZoomInCommand}" Margin="0,2" Padding="2">
        <Image Width="16" Height="16"  Source="{StaticResource ZoomIn}" />
</telerik:RadButton>

<telerik:RadButton Command="{Binding ZoomOutCommand}" Margin="0,2" Padding="2">
        <Image Width="16" Height="16"  Source="{StaticResource ZoomOut}" />
</telerik:RadButton>

<telerikNavigation:RadToolBarSeparator />

<telerik:RadButton Command="{Binding CloseCommand}" Margin="0,2" Padding="2">
<Image Width="16" Height="16" Source="{StaticResource Close}" />
</telerik:RadButton>

Unfortunately I am not sure how the create a new Property to bind this new command. (e.g.CloseCommand).
Basically I like to bind this command the my ViewModel.

How can I do this?

Thanks,
Manuel

Manuel
Top achievements
Rank 1
 asked on 13 Sep 2010
0 answers
150 views

Hello Telerik Team,

I have a requirement where i need to pass some values from another method to the user functions.
I found that we cant use viewstate in static methods..and user functions should be static always.
How can we use session state here .

The following code is:

public reportname()
        {

 foreach (SPListItem item in listItemsCollection)
            {
                string Type = item["Columnname"].ToString();

              
              
           }
}

 

 public static string FormType(string Type)
        {

           // string TypeVal = "AA";

          

            switch (Type)
            {
                case "AA":

                    Type = "Approved";

                    break;
               

            }

            return Type;

        }

In the above code i need to pass  "Type" value to the user function FormType.I appreciate your support.



Thank you,
Smith
smith spd
Top achievements
Rank 1
 asked on 10 Sep 2010
3 answers
143 views

Hello Telerik Team,

I have a sharepoint web part where i my user control loads which contains a report in it.
When i create a master detail report using subreports following this video (http://tv.telerik.com/watch/reporting/video/telerik-trainer-reporting-subreports)..its working fine in a class library project.
But when i implement the same inside a user control it says

"The type name 'detailsreportname' does not exist in the type 'TestUserControlUC.TestUserControlUC"

Please help in resolving the issue.

Thank you
Smith

 

smith spd
Top achievements
Rank 1
 answered on 10 Sep 2010
1 answer
76 views
Hi, I like to remove or make everything besides the PlotArea invisible.
I tried to find way to do this, but somehow I just doesnt work out.

Please look at the attached screenshot example
Peter
Telerik team
 answered on 10 Sep 2010
3 answers
221 views
Hi,

I'm trying to find out how to style a report programatically. Thought it would be a good idea to create an object of type Style, setting all the values, passing the style object to the report and simply set <reportItem>.Style = <myStyleObject>. Unfortunately the constructor of Telerik.Reporting.Drawing.Style is not exposed. and the style-property has no setter.

Are there any workarounds for setting the style property programatically (I know that I can set individual properties, but that is not want I am looking for)?

Kind Regards
Peter
Telerik team
 answered on 10 Sep 2010
1 answer
54 views
I'm having trouble viewing reports built with Telerik Reporting Q2 2008 and Visual Studio 2010. When I try to open a report I get an error message: 'This program cannot display the web page'. I have Q2 2010 Reporting installed.
Is there any solution to this problem?

Thank you
Steve
Telerik team
 answered on 10 Sep 2010
1 answer
244 views
This is probably a really simple thing, but I cant seem to find the right c# commands

I created a Table which has 10 Rows. I like to fill a few of them and then remove the rows left unfilled.
No matter where i try to remove rows its always telling me something like "Table has 1 Row and 2 are expected"
Same problem with adding rows "Table has 3 Rows and 2 are expected"

Any idea how this can be solved?
Steve
Telerik team
 answered on 10 Sep 2010
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?