Name | Description | |
---|---|---|
QRCode Constructor | Initializes a new instance of the QRCode class. |
The following tables list the members exposed by QRCode.
Name | Description | |
---|---|---|
QRCode Constructor | Initializes a new instance of the QRCode class. |
Name | Description | |
---|---|---|
ActualRightToLeft | Gets the actual right-to-left value that is being used. If the field's own RightToLeft is not null, that value is returned. Otherwise the ActualRightToLeft defined on the report is returned. (Inherited from C1.C1Report.Field) | |
Align | Gets or sets how text is aligned within the field. (Inherited from C1.C1Report.Field) | |
Anchor | Gets or sets the field's vertical position relative to its containing Section. (Inherited from C1.C1Report.Field) | |
BackColor | Gets or sets the field's background color. (Inherited from C1.C1Report.Field) | |
BarCode | Allows fields to be rendered in barcode format. (Inherited from C1.C1Report.Field) | |
BarcodeOptions | TBD: Gets BarcodeOptions object which allows to define additional options for barcode rendering. (Inherited from C1.C1Report.Field) | |
BorderColor | Gets or sets the field's border color. (Inherited from C1.C1Report.Field) | |
BorderStyle | Gets or sets the field's border style. (Inherited from C1.C1Report.Field) | |
Bounds | Gets or sets the field's size and location within the section, in twips. (Inherited from C1.C1Report.Field) | |
Calculated | Specifies whether the Text property should be interpreted as a literal value or as a calculated expression. (Inherited from C1.C1Report.Field) | |
CanGrow | Specifies whether the field height should be automatically increased to fit the field's contents. (Inherited from C1.C1Report.Field) | |
CanShrink | Specifies whether the field height should be automatically reduced to fit the field's contents. (Inherited from C1.C1Report.Field) | |
CheckBox | Specifies whether the field should be displayed as a checkbox. (Inherited from C1.C1Report.Field) | |
CodeVersion | Gets or sets the version of QR code to generate.
For more details see C1.Win.C1BarCode.C1QRCode documentation. | |
EncodingException | Gets the exception that prevented the field's text from being encoded.
For more details see C1.Win.C1BarCode.C1QRCode documentation. | |
ErrorCorrectionLevel | Gets or sets the error correction level used to create the QR code.
For more details see C1.Win.C1BarCode.C1QRCode documentation. | |
Font | Gets or sets the field's font. (Inherited from C1.C1Report.Field) | |
ForcePageBreak | Specifies whether to insert page breaks before or after the field. (Inherited from C1.C1Report.Field) | |
ForeColor | Gets or sets the field's foreground color. (Inherited from C1.C1Report.Field) | |
Format | Gets or sets a string used to format the field value. (Inherited from C1.C1Report.Field) | |
Height | Gets or sets the height of the field in twips. (Inherited from C1.C1Report.Field) | |
HideDuplicates | Specifies whether duplicate values in consecutive records should be suppressed. (Inherited from C1.C1Report.Field) | |
Index | Returns the position of the field in the parent report's C1.C1Report.C1Report.Fields collection. (Inherited from C1.C1Report.Field) | |
KeepTogether | Specifies whether the field should be kept together on a page. (Inherited from C1.C1Report.Field) | |
Left | Gets or sets the x-coordinate of the field's left edge in twips. (Inherited from C1.C1Report.Field) | |
LineSlant | Specifies whether a line should be drawn across the field (as opposed to a box around the field). (Inherited from C1.C1Report.Field) | |
LineSpacing | Gets or sets the line spacing between text lines in the field, in percent. The default is 100 which corresponds to normal line spacing.
Note that this property is ignored if RTF is true. (Inherited from C1.C1Report.Field) | |
LineWidth | Gets or sets the width of the field's border or line. (Inherited from C1.C1Report.Field) | |
LinkTarget | Gets or sets an expression that evaluates to a URL to be visited when the field is clicked. (Inherited from C1.C1Report.Field) | |
LinkValue | Returns the value of the LinkTarget expression. (Inherited from C1.C1Report.Field) | |
Location | Gets or sets the field's location within the section, in twips. (Inherited from C1.C1Report.Field) | |
MarginBottom | Gets or sets the spacing between the bottom edge of the field and its content, in twips. (Inherited from C1.C1Report.Field) | |
MarginLeft | Gets or sets the spacing between the left edge of the field and its content, in twips. (Inherited from C1.C1Report.Field) | |
MarginRight | Gets or sets the spacing between the right edge of the field and its content, in twips. (Inherited from C1.C1Report.Field) | |
MarginTop | Gets or sets the spacing between the top edge of the field and its content, in twips. (Inherited from C1.C1Report.Field) | |
Name | Gets or sets the field name. (Inherited from C1.C1Report.Field) | |
ParentReport | Gets the C1.C1Report.C1Report that contains this field. (Inherited from C1.C1Report.Field) | |
ParentSection | Gets the Section that contains this field. (Inherited from C1.C1Report.Field) | |
Picture | Gets or sets a picture to display on the field. (Inherited from C1.C1Report.Field) | |
PictureAlign | Gets or sets how field pictures should be the aligned. (Inherited from C1.C1Report.Field) | |
PictureScale | Gets or sets how images should be the scaled to fit within the field area. (Inherited from C1.C1Report.Field) | |
RenderHeight | Gets the height of the field in twips after the CanGrow and CanShrink properties have been applied to the field. (Inherited from C1.C1Report.Field) | |
RenderTop | Gets the y-coordinate of the field's top edge in twips after the CanGrow and CanShrink properties have been applied to the containing Section. (Inherited from C1.C1Report.Field) | |
RightToLeft | Gets or sets a value indicating whether right-to-left text rendering rules should be used. If null (which is the default), the property RightToLeft defined on the report is used. (Inherited from C1.C1Report.Field) | |
RTF | Specifies whether the field should render string enclosed in curly brackets as RTF. (Inherited from C1.C1Report.Field) | |
RunningSum | Specifies whether to show a running sum for the field. (Inherited from C1.C1Report.Field) | |
Section | Gets or sets the section to which the field belongs. (Inherited from C1.C1Report.Field) | |
Shape | Gets or sets an instance of the C1.C1Report.ShapeBase-derived class specifying properties of the geometric shape drawn by this field (if ShapeType is not None). (Inherited from C1.C1Report.Field) | |
ShapeType | Gets or sets the type of geometric shape drawn by the current field.
The default is None. (Inherited from C1.C1Report.Field) | |
Size | Gets or sets the field's size, in twips. (Inherited from C1.C1Report.Field) | |
Subreport | Gets or sets a reference to another report to be rendered within the field (a subreport). (Inherited from C1.C1Report.Field) | |
SubreportHasData | Returns whether a subreport has data and suppresses rendering if it doesn't. (Inherited from C1.C1Report.Field) | |
SymbolSize | Gets or sets the size, in pixels, of the symbols used to build the QR image. Must be between 2-10.
For more details see C1.Win.C1BarCode.C1QRCode documentation. | |
Tag | Gets or sets extra data needed by the calling program. (Inherited from C1.C1Report.Field) | |
Text | Gets or sets the field's text. (Inherited from C1.C1Report.Field) | |
TextAngle | Gets or sets the angle of text rotation within the field (including barcodes). (Inherited from C1.C1Report.Field) | |
TextDirection | Gets or sets the direction of text within the field. (Inherited from C1.C1Report.Field) | |
Top | Gets or sets the y-coordinate of the field's top edge in twips. (Inherited from C1.C1Report.Field) | |
Value | Gets or sets the field's calculated value. (Inherited from C1.C1Report.Field) | |
Visible | Specifies whether the C1.C1Report.Field will be rendered in the report. (Inherited from C1.C1Report.Field) | |
Width | Gets or sets the width of the field in twips. (Inherited from C1.C1Report.Field) | |
WordWrap | Specifies whether the field's contents should be allowed to wrap within the field rectangle. (Inherited from C1.C1Report.Field) | |
ZOrder | Gets or sets the ZOrder for the field. (Inherited from C1.C1Report.Field) |
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current C1.C1Report.Field object. (Inherited from C1.C1Report.Field) | |
SetZOrder | Brings a field to the front or sends it to the back of the ZOrder. (Inherited from C1.C1Report.Field) | |
ToString | Returns a description of the field (name, location, size). (Inherited from C1.C1Report.Field) |
Name | Description | |
---|---|---|
GetRenderContent | Overridden. Renders QRCode content using the C1QRCode control. |