Jump to content
We've recently updated our Privacy Statement, available here ×

oguz.turkan

Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by oguz.turkan

  1. I'm using community edition jasper server. i get report with rest api but turkish character not showing. c# code WebClient httpclient = new WebClient(); httpclient.Encoding = Encoding.UTF8;
  2. Hi, How can i get report parameter list with rest api thanks
  3. I'm using Jasperreport server 5.5.0 community edition. I'm sending thi data <resourceDescriptor name="Employees" wsType="reportUnit" uriString="/reports/Samples/Employees" isNew="false"><label>Employees</label><description>Employees Report</description><creationDate>1302268918000</creationDate><resourceproperty name="PROP_PARENT_FOLDER"><value>/reports/samples</value></resourceproperty><resourceproperty name="PROP_VERSION"><value>2</value></resourceproperty><resourceproperty name="PROP_RESOURCE_TYPE"><value>com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.ReportUnit</value></resourceproperty><resourceproperty name="PROP_RU_ALWAYS_PROPMT_CONTROLS"><value>false</value></resourceproperty><resourceproperty name="PROP_RU_CONTROLS_LAYOUT"><value>0</value></resourceproperty></resourceDescriptor>[/code]to server with rest api. I'm gettin error Resource /reports/Samples/Employees of type com.jaspersoft.jasperserver.api.metadata.common.domain.InputControlsContainer not found. what can i do code : c# string requestAllResult = httpclient.UploadString("http://localhost.:8080/jasperserver/rest/report/reports/samples/Employees?RUN_OUTPUT_FORMAT=PDF", "PUT", requestXml.ToString());
×
×
  • Create New...