AddText Method

[Top]  [Chapter]  [Previous]  [Next]

Applies to

IWPReport

Declaration

procedure AddText(const PrintText: WideString; const ParStyle: WideString);

Description

Creates an entry in the DB-Description to create a regular paragraph. Usually you will not have to use AddText - it is better to use the AddGroup, AddBand, AddField to create the logical structure of a report (can be saved as XML XML), then use InitTemplate to create a reporting template from the XML data. Now you can edit the reporting template using the TextDynamic editor and save it for later use.

Parameters

PrintText

The text to display

ParStyle

The paragraph style


[idh_iwpreport_addtext.htm]    Copyright © 2007 by WPCubed GmbH