If I add a Report Viewer to my asp.net web page, non master. upon debugging I get this error
Unhandled exception at line 15, column 16485 in http://localhost/SpecCenter/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=;;System.Web.Extensions,+Version=4.0.0.0,+Culture=neutral,+PublicKeyToken=31bf3856ad364e35:en-US:6b5ccaa5-a290-46bd-afb1-b6039033842c:ea597d4b:b25378d2;Telerik.Web.UI:en-US:4b258e7c-7002-4d3e-9fa4-709d417eed98:16e4e7cd:f7645509:22a6274a:ed16cbdc:24ee1bba:c128760b:1e771326:88144a7a:8c2d243e:f46195d3:4cacbc31:dc752f02:58366029:4b09f651:ac926cdd:2003d0b8:2bef5fcc:a9b7ace7:6b3f73b3:e330518b:8e6f0d33:864068a5:6a6d718d:52af31a4:74603f77:6d43f6d9:78b9daca:8674cba1:7c926187:b7778d6c:c08e9f8a:59462f1:a51ee93e:19620875:874f8ea2:c172ae1e:9cdfc6e7:c8618e41:e4f8f289:1a73651d:16d8629e;System.Web.Extensions,+Version=4.0.0.0,+Culture=neutral,+PublicKeyToken=31bf3856ad364e35:en-US:6b5ccaa5-a290-46bd-afb1-b6039033842c:76254418
0x800a139e - JavaScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Value cannot be null.
Parameter name: key
if I remove the report viewer the page loads and functions as expected.
Hi,
I am trying to create a chart/graph inside a report control. I have following the below link to create the chart.
http://docs.telerik.com/reporting/buildingprogrammaticcreate
ChartSeries chartSeries = new ChartSeries();
chartSeries.Name = "Sales";
chartSeries.Type = ChartSeriesType.Bar;
chartSeries.AddItem(120, "Internet");
chartSeries.AddItem(140, "Retail");
chartSeries.AddItem(35, "Wholesale");
When i used this code the chart is created, but in x axis it is showing as "1", "2", "3", but i want it to be "Internet" "retail" and "wholesale" (the series name).
Please set me know how to set the label for the series.
Regards,
Deepak
Hi,
I am trying to add multiple detail section in telerik report, but I am not able to get any option.
Please guide me how to add other section in telerik report.
Please revert me as early as possible.
Thanks
I have just recently installed Telerik (10.0.16.2004) reporting running within visual stuido 2015.
In the report designer I can draw any static controls such as a textbox and the report preview works fine, but the second I add a SqlDatasource to the project, the previewer quits working. The datasource is correctly configured and returns data in the setup.
Please advise...
Hi All,
I am new in Telerik .
I am creating a report in report designer and taking data from query string from datasource like:-
select Id from table1 where (year(enter_date)=@year)
So
1) I have to set a expression in this parameter means show all year in drop down box in run time and when i select the one year then all report changes according to that.
Please tell me how to set an expression in this parameter?
I have seen the example of dashborad in whichi have seen this parameter of year but didnt get it from that example.
Thanks,
Narender
Hi All,
I have to show count(employ_id) in Bar chart against month.
In standalone report designer, when i create such chart then it show bar chart count of employe_id in scale but how i can show total value(calculation) on each bar chart on every month.Means to say ,how to show data point value on each bar chart like count of records on bar chart.
Thanks,
Narender
I have a report which has a table displaying data correlated by week, which has an issue I can't figure out - i'm guessing i have a setting wrong but nothing I've tried to change has seemed to fix it. Also wondering if spacing can be further adjusted. I've attached a file with examples of the output.
The default is the previous four weeks of data, which renders fine (image one in attached). I would like wider bars on the graph,but I have the spacing slot count at 1 so if nothing else can be adjusted, we can live with it.
Image two shows only two weeks of data available, this is where I'd really like to see the columns closer, and the bars again a little wider.
Image three is the real issue I need to solve. In this report, only one week of data is available. The bar renders correctly, but as you can see in the image, there are labels across the entire x axis, when there should be only one label for 2/6/2016. It appears the labels are for a year.
My settings for the x axis are:
Layout:
LabelPlacement - NextToAxis
MaxSize - empty
MinSize - empty
Size - empty
Title Placement - Centered
Misc:
LabelAngle - 45
LabelFormat - {0:d}
MajorTickMarkDisplayType - Cross
MinorTickMarkDisplayType - None
MultiLevelCategoryLabels - False
Scale - DateTime Scale
BaseUnit - Auto
CrossAxisPositions (Collection) - none set up
LabelStep - 7
LabelUnit - Days
MajorStep - 7
MajorUnit - Days
Maximum - empty
Minimum - empty
MinorStep - 0
MinorUnit - Auto
PositionMode - OnTicks
Reversed - False
SpacingSlotCount - 1
Thanks for any help,
Tracy
The problem is when am switching to arabic culture Leaving it with the default align (left) will be shown in the webpage as it’s right aligned(cuz it's arabic culture) but when exporting or printing u find it aligned to left.
and when changing the align of text to right will be shown in the webpage aligned to left and printed/exported aligned to right.