Report Engine - Acces to Operation -> ReturnType document

Hi,

well everything is in the title, how we can have access to this property :


<ValueConditionChecker property = "returnType" operator = "NOT EQUAL" value = "">
    <TableRow>
        <TableCell leftBorderEnable = "true" rightBorderEnable = "true">
	<StaticText content = "Return type :" style = "Row caption 1"/>
        </TableCell>
        <TableCell leftBorderEnable = "true" rightBorderEnable = "true">
	<StringPropertyText propertyText = "returnType" style = "Table Contents"/>
        </TableCell>
    </TableRow>
</ValueConditionChecker>

and i would like something like :

  
<ValueConditionChecker property = "returnType" operator = "NOT EQUAL" value = "">
    <TableRow>
        <TableCell leftBorderEnable = "true" rightBorderEnable = "true">
	<StaticText content = "Return type :" style = "Row caption 1"/>
        </TableCell>
        <TableCell leftBorderEnable = "true" rightBorderEnable = "true">
	<StringPropertyText propertyText = "returnType" style = "Table Contents"/>
        </TableCell>
    </TableRow>
    <TableRow>
        <TableCell leftBorderEnable = "true" rightBorderEnable = "true">
	<StaticText content = "Documentation :" style = "Row caption 1"/>
        </TableCell>
        <TableCell leftBorderEnable = "true" rightBorderEnable = "true">
	<StringPropertyText propertyText = "[b]???[/b]" style = "Table Contents"/>
        </TableCell>
    </TableRow>
</ValueConditionChecker>

Thanks again for your response.

Arnaud

Hi Arnaud,

Thanks for your post. I’ve forwarded the details to our engineers to follow-up. If there is any feedback, I’ll come back to you immediately.

Best regards,
Lilian Wong

Hi Arnaud,

Sorry for the delay. In order to show operation’s documentation as bold type, you need to configure the Style and Formatting for the operation’s documentation. Please refer to the flash movie in the following link of how to do this:
http://files2.visual-paradigm.com/FlashDemo/ReportWriter_customize_doc_style.htm

If there is ant further inquiry, please feel free to ask.

Best regards,
Lilian Wong