Telerik Forums
Reporting Forum
1 answer
185 views
Hi,
We have a dev license and have developed our app on a local machine (localhost).
We deploy the app to the QA server simply by copying to the server (yes we copy the Bin directory)
Everything works fine BUT on the QA server we get the "trial version" message.
What causes this?

Thank you,
Stan
Steve
Telerik team
 answered on 16 May 2012
5 answers
545 views
Hi..

Sir i have completed the subreports sucessfully with your co-operation..

Our project has to come to an end.,

Now i have doubt in change the format of date parameter which is passed thru the web form.,

if i want to convert the date format inside the stored function is easy one,. but here we want to convert the date formet of the parameter winch is passed from the web form..

Example

              Input :      01/01/2008  (thru web form)

              output :  01/01/2008 12:00:00 AM (in the report)

But i want to print as what is given i.e., 01/01/2008


By
S.Suriya
Peter
Telerik team
 answered on 15 May 2012
1 answer
442 views
Dear Telerik.
I have say,3 Dropdown controls on my asp.net solution. Dp1,Dp2 and Dp3.
I want to select records from these dropdowns.
Click a button 'View'. This will fetch data from the db.
I can store this data fetched as a collection/datatable/dataset.
I will then pass the object(collection above) on the report to view my data/records on the report.

NOTE: I don't want to use the old fashion way of report parameters. Instead of fetching the data from the default report parameters, I want to use the dropdowns.

Please help!
Petio Petkov
Telerik team
 answered on 15 May 2012
1 answer
82 views
hello,

Iam using telerik reporting in my application.My requirement is to check the report before assigning to report viewer and if report not returing any data then have ti display an error message "NO DATA".How can i approach these please help me

thanks
rajag
Steve
Telerik team
 answered on 15 May 2012
5 answers
632 views
Hi Guys,
     
     Current Environment :   Telerik Reporting Q1 2011   、Silverlight ReportViewer

     With the telerik reporting was installed successly in the server , The reports can display normally well ; but after the telerik reporting has been uninstalled from the server , The reports has threw an InnerException .

     At this moment , I need to deploy the telerik reporting without installed it.

     How to do it ? I am in urgent for your help.

     Thanks.
     please see the attached illustration.
Steve
Telerik team
 answered on 15 May 2012
1 answer
64 views
I have several subreports within a main report.  They contain a number of textboxes which line up with textboxes in the main report.  In the report viewer and designer, they appear perfect, but when exported to Word, the textboxes in the subreports are off so that they no longer line up to the main report textboxes and it is not a presentable report in the eyes of my client.  Is there any way to fix this?
Steve
Telerik team
 answered on 15 May 2012
0 answers
81 views
As I can call a web service from the code itself. Cs of the report. The project is in asp.net
Rodrigo
Top achievements
Rank 1
 asked on 14 May 2012
5 answers
497 views
When a table spans multiple pages is there a way to make them close themselves at the bottom? The majority of my data is without borders and it looks quite ugly to have the bottom border open when the table needs to span more than one page.
Steve
Telerik team
 answered on 14 May 2012
3 answers
240 views
I get the following exception when sessionState = SQL mode

[SerializationException: Type
'Telerik.Reporting.ObjectDataSource' in Assembly 'Telerik.Reporting, Version=4.0.10.310, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' is not marked as serializable.]
   System.Runtime.Serialization.FormatterServices.InternalGetSerializableMembers(RuntimeType type) +9452985
   System.Runtime.Serialization.FormatterServices.GetSerializableMembers(Type type, StreamingContext context) +247
   System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitMemberInfo() +160
   System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter, SerializationBinder binder) +218
   System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Write(WriteObjectInfo objectInfo, NameInfo memberNameInfo, NameInfo typeNameInfo) +388
   System.Runtime.Serialization.Formatters.Binary.ObjectWriter.WriteMembers(NameInfo memberNameInfo, NameInfo memberTypeNameInfo, Object memberData, WriteObjectInfo objectInfo, NameInfo typeNameInfo, WriteObjectInfo memberObjectInfo) +481
   System.Runtime.Serialization.Formatters.Binary.ObjectWriter.WriteMemberSetup(WriteObjectInfo objectInfo, NameInfo memberNameInfo, NameInfo typeNameInfo, String memberName, Type memberType, Object memberData, WriteObjectInfo memberObjectInfo) +139
   System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Write(WriteObjectInfo objectInfo, NameInfo memberNameInfo, NameInfo typeNameInfo, String[] memberNames, Type[] memberTypes, Object[] memberData, WriteObjectInfo[] memberObjectInfos) +186
   System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Write(WriteObjectInfo objectInfo, NameInfo memberNameInfo, NameInfo typeNameInfo) +480
   System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck) +444
   System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers, Boolean fCheck) +133
   System.Web.Util.AltSerialization.WriteValueToStream(Object value, BinaryWriter writer) +1708
 
[HttpException (0x80004005): Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state objects, and as a result non-serializable objects or MarshalByRef objects are not permitted. The same restriction applies if similar serialization is done by the custom session state store in 'Custom' mode.]
   System.Web.Util.AltSerialization.WriteValueToStream(Object value, BinaryWriter writer) +1793
   System.Web.SessionState.SessionStateItemCollection.WriteValueToStreamWithAssert(Object value, BinaryWriter writer) +34
   System.Web.SessionState.SessionStateItemCollection.Serialize(BinaryWriter writer) +638
   System.Web.SessionState.SessionStateUtility.Serialize(SessionStateStoreData item, Stream stream) +244
   System.Web.SessionState.SessionStateUtility.SerializeStoreData(SessionStateStoreData item, Int32 initialStreamSize, Byte[]& buf, Int32& length, Boolean compressionEnabled) +67
   System.Web.SessionState.SqlSessionStateStore.SetAndReleaseItemExclusive(HttpContext context, String id, SessionStateStoreData item, Object lockId, Boolean newItem) +140
   System.Web.SessionState.SessionStateModule.OnReleaseState(Object source, EventArgs eventArgs) +807
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Mj
Top achievements
Rank 1
 answered on 14 May 2012
0 answers
96 views
hi 
i have a picture in SQL data base
i want load it in a picturebox in a form of Windows App;
use this cod but have an error

byte[] imgBytes = reader["image column"];
MemoryStream imgStream = new MemoryStream(imgBytes);
pictureBox1.Image= Image.FromStream(imgStream);

error message is :
Cannot implicitly convert type 'object' to 'byte[]'. An explicit conversion exists (are you missing a cast?)
this program is writed with C# lan;
plz help me.
thanks
Zahra
Top achievements
Rank 1
 asked on 14 May 2012
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
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?