Jump to content
JasperReports Library 7.0 is now available ×

sectionHyperlink


jgardner16

Recommended Posts

When I try to add a pie chart to my report I get

 

org.xml.sax.SAXParseException:ÂElementÂtypeÂ"sectionHyperlink"ÂmustÂbeÂdeclared.

 

but if I look in the jrxml it seems like it's there

 

<pie3DChart>

<chart hyperlinkTarget="Self">

<reportElement x="152" y="9" width="310" height="191" key="element-1"/>

<box topBorder="None" topBorderColor="#000000" leftBorder="None" leftBorderColor="#000000" rightBorder="None" rightBorderColor="#000000" bottomBorder="None" bottomBorderColor="#000000"/>

</chart>

<pieDataset>

<dataset>

</dataset>

<keyExpression><![CDATA[$F{grossinvoiceamt}]]></keyExpression>

<valueExpression><![CDATA[$F{customerid}]]></valueExpression>

<labelExpression><![CDATA["test"]]></labelExpression>

<sectionHyperlink>

</sectionHyperlink>

</pieDataset>

<pie3DPlot>

<plot/>

</pie3DPlot>

</pie3DChart>

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...