Telerik Forums
Reporting Forum
1 answer
152 views

Hello,

Is it possible to suppress a section so that datasources bound only to element(s) inside the section will not be loaded? Crystal Reports has this feature and it is very handy for debugging reports with datasources that take some time to load. 

 

Best regards,

Magnus

Katia
Telerik team
 answered on 03 Mar 2016
1 answer
624 views

Hello,

Could someone provide me steps to bind a data set from Main Report Datasource to a SubReport Datasource?

I'm using 6.1.12.823 version of telerik reporting integrated with Visual Studio.

Best Regards,
Emídio Teixeira

Stef
Telerik team
 answered on 03 Mar 2016
5 answers
307 views
I've read the article at Telerik Blog regarding using a function to UPPER any text for a filter.  My Filter does work when the case is correct, ie. 'Framework' but 'framework' does not.  I'm doing this in code and i'm using the StringToUpper() function from the above blog.  When I apply, no records are found at all.

My code looks like this.

Telerik.Reporting.Filter newfilter = new Telerik.Reporting.Filter();
newfilter.Expression = StringToUpper("=Fields.AgreementName");
newfilter.Operator = Telerik.Reporting.FilterOperator.Like;
newfilter.Value = "%" + filter.ToString()) + "%";
table1.Filters.Add(newfilter);

The resulting Expression looks like this
{=FIELDS.AGREEMENTNAME Like %FRAMEWORK%}

This returns 0records....Ideas?
Stef
Telerik team
 answered on 03 Mar 2016
4 answers
268 views

Hi everyone

We are building a WindowsForms application and we would like to include a Report Designer control. Basically give the user the ability to draw up basic reports themselves.

Is there a Telerik Control that can replicate the reporting designer as a windows forms control?

Any other 3rd party designers you know?

Thank you.

Jako
Top achievements
Rank 1
 answered on 03 Mar 2016
1 answer
120 views

Hi,

on my report  I have some report parameter (Visible = true) and I would like to avoid the report preview until at least one of those 3 parameters is been choosen.

If it is possible I also would like to show a message to remind to the user that he has to choose at least one of those parameters

Please, see the printscreen

Thank you
Nasko
Telerik team
 answered on 02 Mar 2016
22 answers
1.1K+ views
Hello, i would like to enter a page break when list RowCount() = 4. Is it posible to do somehow using designer or code ? Thanks indeed for any help. I know i can add custom formatting rules but there is no page break option to select. Basically i need to put a page break in a list after a certain number of list rows.
Stef
Telerik team
 answered on 01 Mar 2016
10 answers
192 views

Hi,

is it possible to create a map on a report and connect the points with a line?

As the attached file

Thank you
Ivan Hristov
Telerik team
 answered on 01 Mar 2016
1 answer
129 views

Hello, 

I'm wondering if it is possible to replace the title of the standalone ReportDesigner. I'm planning to distribute the designer along with my own product that uses Telerik's reports.  So I would like the designer to be under my brand too. Is this possible ?

Thanks

Stef
Telerik team
 answered on 29 Feb 2016
4 answers
388 views

Hi,

There is an issue on export or printing the print,

all  rtl text direction will return to ltr direction.

 

thank you

Ehsan
Top achievements
Rank 1
 answered on 27 Feb 2016
0 answers
124 views

Hi, our company upgrade telerik report from version Q2 2011 SP1 to Q3 2013.

I upgraded telerik version with upgrade wizard, then exception occured.

=================

Type: Telerik.Reporting.XmlSerialization.Current.ReportSerializable`1[xxxxxx.Report.PaymentReports.Complete1099Report]
Exception has been thrown by the target of an invocation.
Exception has been thrown by the target of an invocation.
Collection is read-only.
at Telerik.Reporting.Xml.ObjectXmlReader.CreateInstance(Type type, String name)
at Telerik.Reporting.Xml.ObjectXmlReader.CreateInstance(Type type)
at Telerik.Reporting.Xml.ObjectXmlReader.ReadObject(Type type)
at Telerik.Reporting.Xml.ObjectXmlReader.ReadXmlElement(String name)
at Telerik.Reporting.Xml.ObjectXmlReader.ReadValue(Type type, String text)
at Telerik.Reporting.Xml.ObjectXmlReader.ReadProperty(Object obj, PropertyDescriptor prop, Type propType)
at Telerik.Reporting.Xml.ObjectXmlReader.ReadProperties(Object obj)
at Telerik.Reporting.Xml.ObjectXmlReader.ReadObject(Type type)
at Telerik.Reporting.Xml.ObjectXmlReader.ReadXmlElement(String name)
at Telerik.Reporting.Xml.ObjectXmlReader.Deserialize()
at Telerik.Reporting.Xml.XmlSerializer.Deserialize(TextReader reader)
at Telerik.Reporting.Processing.ReportSourceSerializer.Deserialize[T](String xml)
at Telerik.ReportViewer.WebForms.SerializableReportSource.OnDeserialized(StreamingContext context)
at System.Runtime.Serialization.ObjectManager.RaiseDeserializationEvent()
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at System.Web.Util.AltSerialization.ReadValueFromStream(BinaryReader reader)
at System.Web.SessionState.SessionStateItemCollection.ReadValueFromStreamWithAssert()
at System.Web.SessionState.SessionStateItemCollection.DeserializeItem(String name, Boolean check)
at System.Web.SessionState.SessionStateItemCollection.get_Item(String name)
at System.Web.SessionState.HttpSessionStateContainer.get_Item(String name)
at Telerik.ReportViewer.WebForms.ViewerStateFactory.HttpSessionStateStorage.get_Item(String key)
at Telerik.ReportViewer.WebForms.ViewerState.GetSessionReportSource(String key)
at Telerik.ReportViewer.WebForms.ParametersPage.get_ReportDocument()
at Telerik.ReportViewer.WebForms.ParametersPage.get_ParamsManager()
at Telerik.ReportViewer.WebForms.ParametersPage.CreateChildControls()
at System.Web.UI.Adapters.ControlAdapter.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at Telerik.ReportViewer.WebForms.ParametersPage.OnPreLoad(EventArgs e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

=================

We are using ReadOnlyCollection to get parameters from reports.config. In previous version, it works perfectly but I have no idea

what has been changed and what I should do to fix this issue.

Is there anyone has the same issue before?

 

Thanks

Joon

 

Seokjoon
Top achievements
Rank 1
 asked on 26 Feb 2016
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?