or
Hi ,
Can you please provide the fallowing information ,
1) Silverlight:-
a) Does Telerik Reporting support SilverLight , if so , does Silverlight Designer and Viewer support the fallowing list of languages:-
Arabic
Czech
Danish
Dutch
English
Estonian
Finish
French
German
Greek
Hungarian
Italian
Latvian
Norwegian
Polish
Portuguese
Rumanian
Russian
Spanish
Swedish
Turkish
Ukraine
China
b) Does this support RTL format ?
2) HTML:-
a) Is there any support of Designer and Viewer to create HTML reports?
b) If there is a support of creating HTML reports , is there any support for above listed languages?
c) How about RTL support in case of that?.
Thanks,
Prasanna
private void detail_ItemDataBinding(object sender, EventArgs e) { // Get the detail section object from sender Telerik.Reporting.Processing.DetailSection section = (Telerik.Reporting.Processing.DetailSection)sender; // From the section object get the current DataRow Telerik.Reporting.Processing.IDataObject dataObject = (Telerik.Reporting.Processing.IDataObject)section.DataObject; object rowdata = (object)section.DataObject.RawData;
subReport1.Visible = false; if (Convert.ToInt32(((System.Data.DataRow)rowdata)["GraphCount"].ToString()) == 0) { Unit unitX = Unit.Inch(0.1); Unit unitY = Unit.Inch(0.0); SizeU size = new SizeU(Unit.Inch(1), Unit.Inch(0.5)); subReport1.Location = new PointU(unitX, unitY); subReport1.Size = size; unitY = unitY.Add(Unit.Inch(1)); subReport1.Visible = true; subReport1.ReportSource = new rtSubReport(Convert.ToInt32(this.ReportParameters["id"].Value), Convert.ToInt32(((System.Data.DataRow)rowdata)["num"].ToString())); } }= Sum(Fields.DemandAtMemberPeak) where Fields.Include = 1