Member Variable Documentation
Qt::Alignment RptFieldObject::aligment
This variable holds aligment of text.
bool RptFieldObject::arrowEnd
This variable holds draw arrow at the end.
Note: For type Line only.
bool RptFieldObject::arrowStart
This variable holds draw arrow at the start.
Note: For type Line only.
bool RptFieldObject::autoFillData
This variable holds automatic fill diagram from certian data or manual filling.
Note: For type Diagram only.
bool RptFieldObject::autoHeight
This variable holds auto height of field. Default value is false.
Note: Applicable only for fields which placed on MasterDataBand.
QColor RptFieldObject::backgroundColor
This variable holds current background color. Default is Qt::white.
int RptFieldObject::barcodeFrameType
This variable holds type of the barcode's frame.
- 0 - no border
- 1 - bind
- 2 - box
Note: For type Barcode only.
int RptFieldObject::barcodeHeight
This variable holds height of Barcode.
Note: For type Barcode only.
int RptFieldObject::barcodeType
This variable holds type of the barcode.
Note: For type Barcode only.
QColor RptFieldObject::borderBottom
This variable holds bottom's border color.
See also borderColor.
QColor RptFieldObject::borderColor
This variable holds common border color for all sides.
QColor RptFieldObject::borderLeft
This variable holds left's border color.
See also borderColor.
QColor RptFieldObject::borderRight
This variable holds right's border color.
See also borderColor.
QString RptFieldObject::borderStyle
This variable holds border's style.
- solid
- dashed
- dotted
- dot-dash
- dot-dot-dash
QColor RptFieldObject::borderTop
This variable holds top's border color.
See also borderColor.
int RptFieldObject::borderWidth
This variable holds border's width. Default value is 1px.
QString RptFieldObject::caption
This variable holds string represents the caption.
Note: For type Diagram only.
FieldType RptFieldObject::fieldType
This variable holds type of the field.
See also QtRptName::FieldType.
QFont RptFieldObject::font
This variable holds font of the Text field.
QColor RptFieldObject::fontColor
This variable holds current font color. Default is Qt::black.
This variable holds format of number value.
QList<GraphParam> RptFieldObject::graphList
This variable holds list containing GraphParam which holds data for each Graph.
Note: For type Diagram only.
QString RptFieldObject::highlighting
This variable holds encoded string containing the conditions of highlighting.
int RptFieldObject::ignoreAspectRatio
This variable holds ignore or not aspect ratio for image.
Note: For type Image only.
This variable holds extension of image format.
Note: For type Image only.
int RptFieldObject::lineEndX
This variable holds x of line end.
Note: For type Line only.
int RptFieldObject::lineEndY
This variable holds y of line end.
Note: For type Line only.
int RptFieldObject::lineStartX
This variable holds x of line start.
Note: For type Line only.
int RptFieldObject::lineStartY
This variable holds y of line start.
Note: For type Line only.
QString RptFieldObject::name
This variable holds the name of field.
RptBandObject * RptFieldObject::parentBand
This variable holds pointer to the parent band.
See also RptBandObject.
QByteArray RptFieldObject::picture
This variable holds string, which must contains 84 bit base array.
Note: For type Image only.
QString RptFieldObject::printing
This variable holds mark of printing.
QRect RptFieldObject::rect
This variable holds rectangle of the field.
bool RptFieldObject::showCaption
This variable holds show or not caption at diagram.
Note: For type Diagram only.
See also showGraphCaption.
bool RptFieldObject::showGraphCaption
This variable holds show or not legend at caption for each graph.
Note: For type Diagram only.
See also showCaption.
bool RptFieldObject::showGrid
This variable holds show or not grid at diagram.
Note: For type Diagram only.
bool RptFieldObject::showLegend
This variable holds show or not legend at diagram.
Note: For type Diagram only.
bool RptFieldObject::showPercent
This variable holds show persent value or show absolute.
Note: For type Diagram only.
bool RptFieldObject::textWrap
This variable holds text wrap of field. Default value is true.
Note: For type Text only.
QString RptFieldObject::value
This variable holds the value of field.