Telerik Forums
Reporting Forum
1 answer
162 views

Hi telerik Team,


In our application we are using Reports.
In that we've using sub reports. In Sub Report design is coming correctly
but when we merge that report in main report ,
the alignment is not coming correctly.

Pls have a glance on the attached snapshots and provide me some solution.


Thanks & Regards
Karthik
Steve
Telerik team
 answered on 29 Sep 2010
0 answers
170 views
Hi
Can anyone help with a problem that has arisen recently? We have some reports developed with Telerik Reporting. Unfortunately, we only use them once per quarter and they were working fine last quarter (ie June). However, we now have problems with them and it is impossible to know where this comes from, as we have since updated to Telerik Reporting Q22010, the latest version of Adove Acrobat 9
prof, etc, etc.

The problem is as follows: all the reports open fine and show the export and print options, but:
- If I select print and then select my AdobePDF writer as the printer, the window to choose the folder to print to freezes every time and the only way to recover is to use task manager to close IE8
- "Save" works but saves to an obscure folder with an obscure file name and an enormous file size (eg 2 MB for a 2-page report!)
- "Open" works but if I then try "Save as" (to local or network drive, with existing or new file name) I get this error: "The document could not be saved. There was a problem reading this document (109)
- If I save to the obscure folder and open it from there in Acrobat 9, and then try save as or document / reduce file size, I get the same error

I can open, save as and reduce file size on PDF files from other websites, so the problem does not appear to be with Acrobat (which I have re-installed twice anyway) or IE8. It seems like Telerik Reporting is producing files which cannot be manipulated by Adobe.

I will be most grateful for any ideas out there.
Living in hope,   Neil
Neil
Top achievements
Rank 1
 asked on 29 Sep 2010
0 answers
142 views
hi ...

i've created one crystal report in windows form and one crystalreportviewer ..

the following is my code..

in form1.cs file

try
{
ExportOptions CrExportOptions;
DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions();
PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions();
CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net-informations.pdf";
CrExportOptions = cryRpt.ExportOptions;
{
 CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile;
 CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat;
 CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions;
 CrExportOptions.FormatOptions = CrFormatTypeOptions;
}
 cryRpt.Export();
}
the above code is saving the file into pdf into specified path..

but i dont want to save a file i should get direct print preview and 

have a option to print ..



As we do in web application using crystal report viewer clicking print

and report will be opened in pdf.. and the click print..



i want the same function as we do in web application...

i'm writing code in c#.net 

hope the above explaination will be understood clearly..

vinayak.v
Top achievements
Rank 1
 asked on 29 Sep 2010
3 answers
159 views
I am using the chart control inside of the Telerik Reporting Q1 2009.  The chart uses a tableadapter as its datasource.  Because this report is going to be printed in black and white, I would like to assign hatching to the different pie slices.  Is this possible? 

I have found that the styling of the pie is not very intuitive.  For instance, when I have the series fill style set to hatch, and the plot area set to solid, the series does not render hatched.

I you could provide an example, this would be appreciated.

Rich
Yavor
Telerik team
 answered on 29 Sep 2010
0 answers
110 views
Folks,

I am programmatically binding my Sharepoint List data to the Telerik report.
I am using CAML Query to bind the List data by passing parameter values to the Report.
Please refer to my post here. This is how I am using CAML Query to bind the data programmatically to the report.
Everything works fine until I add a subreport to the Main Report.
Here is the scenario: I add a Subreport to the Detail area of the Report. I am using SubReport1.NeedDataSource to bind the data programmatically. So, I want to pass the same parameter values to the subreport that I have passed to the Main report.
For each parameter value passed to Main Report, its subsequent subreport should be populated with same ID.
Unfortunately, the same CAML doesn't hold good for subreport. when passed, It collects all results for all the parameter vallues and binds them as each subreport for subsequent Main Report.
Please help in this issue.

Thanks
smith spd
Top achievements
Rank 1
 asked on 29 Sep 2010
3 answers
103 views
Dear Sir,
i am using Reporting Q3 2009, my problem is when i place several textboxes inside a panel in the details section.

all of the textboxes are left docked and is styled to have left border of 1 pixel to show like a table.

when one of the textboxes contains multi line, the other textboxe do not grow making the lines not equal and causing a very bad image in the report. not all textboxes of the same heigh.

what should i do to make all textboxes continue to have the same height while docking then left don't ?

i am working on visual studio 2005 , 2008 on windows XP SP3

thank you
Timothy Kelley
Top achievements
Rank 1
 answered on 28 Sep 2010
1 answer
207 views
Reporting Q2 2010

I have a telerik report inside of the report viewer of a sliverlight page. The reports opens up correctly. However, when I click the print button on the Report Viewer Control the print dialog does not display. IE progress bar refreshes but that is the only indication that anything at all is happening. This does not happen when I run the site on my local server. It happens when I deploy it to my development server. I am guessing I need to deploy some dll(s) that I have not deployed yet. Where can I find a list of the dlls that need to be deployed? NOTE: I have already deployed the following: Telerik.Reporting.dll, Telerik.Reporting.Services.dll and Telerik.Reporting.XamlRendering.dll.

Thanks,

Billy Jacobs
Steve
Telerik team
 answered on 28 Sep 2010
1 answer
166 views
Hi,
is there any way  of changing the chart series for stacked bar chart? and this should happen with Telerik reporting chart not with rad chart .need your assistance regarding this.

Thanks in advance
Steve
Telerik team
 answered on 28 Sep 2010
2 answers
336 views
Does anyone know how to figure out why a report might not be loading in the designer?

I'm getting this generic error...

To prevent possible data loss before loading the designer, the following errors must be resolved:
1 Error
Why am I seeing this page?
Value cannot be null. Parameter name: instance
 
Instances of this error (1)
1.
at System.ComponentModel.TypeDescriptor.AddAttributes(Object instance, Attribute[] attributes)
at Microsoft.VisualStudio.Design.VSDesignSurface.CreateDesigner(IComponent component, Boolean rootDesigner)
at System.ComponentModel.Design.DesignerHost.AddToContainerPostProcess(IComponent component, String name, IContainer containerToAddTo)
at System.ComponentModel.Design.DesignerHost.PerformAdd(IComponent component, String name)
at System.ComponentModel.Design.DesignerHost.System.ComponentModel.Design.IDesignerHost.CreateComponent(Type componentType, String name)
at System.ComponentModel.Design.Serialization.DesignerSerializationManager.CreateInstance(Type type, ICollection arguments, String name, Boolean addToContainer)
at System.ComponentModel.Design.Serialization.DesignerSerializationManager.System.ComponentModel.Design.Serialization.IDesignerSerializationManager.CreateInstance(Type type, ICollection arguments, String name, Boolean addToContainer)
at System.ComponentModel.Design.Serialization.TypeCodeDomSerializer.Deserialize(IDesignerSerializationManager manager, CodeTypeDeclaration declaration)
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 fReload)
 
Help with this error
 
Forum posts about this error
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 28 Sep 2010
0 answers
160 views
Hello

For security reasons we want to authenticate our users on the WCF Telerik Reporting Service.
At first I thougt I can use the WCF-Configuration (web.config on server; IReportServiceClientFactory on client) to set
authentication settings e.g.:

web.config
<basicHttpBinding>
   <binding name="basicHttpBindingConfig1">
      <security mode="Transport">
         <transport clientCredentialType="Basic"></transport>
      </security>
</binding>
</basicHttpBinding>
"IReportServiceClientFactory"

public class CustomReportServiceClientFactory : IReportServiceClientFactory
    {
        public ReportServiceClient Create(Uri remoteAddress)
        {
            BasicHttpBinding basicHttpBinding = basicHttpBinding = new BasicHttpBinding(BasicHttpSecurityMode.Transport);
            ReportServiceClient client = new ReportServiceClient(basicHttpBinding, new EndpointAddress(remoteAddress));
            return client;
        }
    }

But I forgot the "webHttpBinding" form the ReportService ...
And I found no possibility to set the authentication settings for this on the client.

And because of the used WebHttpBinding are headers in the the SOAP header (with the configuration <message clientCredentialType="UserName"/> and a custom class UserNamePasswordValidator ClientCredential) not possible, or?

So I ask what are there for options for authentication?
Ideally I would like to add a header with a securty token (username + password) to all request to the server and validate it on server)

My development environment: Windows XP (SP3); VS2010; Silverlight 4.0; Reporting Q2 2010

Thank you
mlzoll
Top achievements
Rank 1
 asked on 28 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?