Class

# ReportDateLabel

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

## Description

Displays the current date in a report. Used by the Report Layout Editor.

## Properties

<div class="rst-class">

table-centered_columns_3_and_4

</div>

| Name                                           | Type                                                   | Read-Only | Shared |
|------------------------------------------------|--------------------------------------------------------|-----------|--------|
| `Back<reportdatelabel.back>`                   | `Double</api/data_types/double>`                       |           |        |
| `BackColor<reportdatelabel.backcolor>`         | `Color</api/data_types/color>`                         |           |        |
| `Bold<reportdatelabel.bold>`                   | `Boolean</api/data_types/boolean>`                     |           |        |
| `DataField<reportdatelabel.datafield>`         | `String</api/data_types/string>`                       |           |        |
| `DateStyle<reportdatelabel.datestyle>`         | `Integer</api/data_types/integer>`                     |           |        |
| `HasBackColor<reportdatelabel.hasbackcolor>`   | `Boolean</api/data_types/boolean>`                     |           |        |
| `Height<reportdatelabel.height>`               | `Double</api/data_types/double>`                       |           |        |
| `Italic<reportdatelabel.italic>`               | `Boolean</api/data_types/boolean>`                     |           |        |
| `Left<reportdatelabel.left>`                   | `Double</api/data_types/double>`                       |           |        |
| `Linespacing<reportdatelabel.linespacing>`     | `Double</api/data_types/double>`                       |           |        |
| `Multiline<reportdatelabel.multiline>`         | `Boolean</api/data_types/boolean>`                     |           |        |
| `Name<reportdatelabel.name>`                   | `String</api/data_types/string>`                       | ✓         |        |
| `Report<reportdatelabel.report>`               | `Report</api/printing/reporting/report>`               |           |        |
| `Tag<reportdatelabel.tag>`                     | `Variant</api/data_types/variant>`                     |           |        |
| `Text<reportdatelabel.text>`                   | `String</api/data_types/string>`                       |           |        |
| `TextAlign<reportdatelabel.textalign>`         | `TextAlignment<rbreportcontrol.textalignment>`         |           |        |
| `TextColor<reportdatelabel.textcolor>`         | `Color</api/data_types/color>`                         |           |        |
| `TextFont<reportdatelabel.textfont>`           | `String</api/data_types/string>`                       |           |        |
| `TextSize<reportdatelabel.textsize>`           | `Double</api/data_types/double>`                       |           |        |
| `TextUnit<reportdatelabel.textunit>`           | `FontUnits</api/graphics/fontunits>`                   |           |        |
| `Top<reportdatelabel.top>`                     | `Double</api/data_types/double>`                       |           |        |
| `Underline<reportdatelabel.underline>`         | `Boolean</api/data_types/boolean>`                     |           |        |
| `VerticalAlign<reportdatelabel.verticalalign>` | `VerticalAlignment<reportdatelabel.verticalalignment>` |           |        |
| `Visible<reportdatelabel.visible>`             | `Boolean</api/data_types/boolean>`                     |           |        |
| `Width<reportdatelabel.width>`                 | `Double</api/data_types/double>`                       |           |        |
| `WordWrap<reportdatelabel.wordwrap>`           | `Boolean</api/data_types/boolean>`                     |           |        |

## Methods

<div class="rst-class">

table-centered_column_4

</div>

| Name                                        | Parameters                                      | Returns                          | Shared |
|---------------------------------------------|-------------------------------------------------|----------------------------------|--------|
| `Constructor<reportdatelabel.constructor0>` | controlName As `String</api/data_types/string>` |                                  |        |
| `ControlType<reportdatelabel.controltype>`  |                                                 | `String</api/data_types/string>` |        |

## Events

<div class="rst-class">

table-centered_column_4

</div>

| Name                                             | Parameters | Returns |
|--------------------------------------------------|------------|---------|
| `AfterPrinting<reportdatelabel.afterprinting>`   |            |         |
| `BeforePrinting<reportdatelabel.beforeprinting>` |            |         |

## Enumerations

<div id="reportdatelabel.verticalalignment">

<div class="rst-class">

forsearch

</div>

</div>

ReportDateLabel.VerticalAlignment

### VerticalAlignment

> Specifies the type of vertical alignment of the <span class="title-ref">ReportDateLabel</span>.
>
> | Enum   |
> |--------|
> | Bottom |
> | Center |
> | Top    |

## Property descriptions

<div id="reportdatelabel.back">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Back

**Back** As `Double</api/data_types/double>`

> The opacity level of the border.

<div id="reportdatelabel.backcolor">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.BackColor

**BackColor** As `Color</api/data_types/color>`

> The background color for the object. If the control has a HasBackColor property, it must be set to `True</api/language/true>` to have the BackColor displayed.

<div id="reportdatelabel.bold">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Bold

**Bold** As `Boolean</api/data_types/boolean>`

> If `True</api/language/true>`, applies the bold style to the control's caption and/or its text content if any.
>
> Mac apps can only display font styles that are available. You cannot force a font to display in bold or italic if it does not have bold or italic variations available. In this situation, the Bold property will not affect the font.

<div id="reportdatelabel.datafield">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.DataField

**DataField** As `String</api/data_types/string>`

> The name of the field from the data source to bind to the control.

<div id="reportdatelabel.datestyle">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.DateStyle

**DateStyle** As `Integer</api/data_types/integer>`

> The format in which the date will appear. The default is zero (Short).
>
> | Value | Name        | Example             |
> |-------|-------------|---------------------|
> | 0     | Short       | 12-07-2022          |
> | 1     | Long        | December 7th, 2022  |
> | 2     | SQLDate     | 2022-07-12          |
> | 3     | SQLDateTime | 2022-07-12 10:12:05 |

<div id="reportdatelabel.hasbackcolor">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.HasBackColor

**HasBackColor** As `Boolean</api/data_types/boolean>`

> If `True</api/language/true>`, the background color is set to BackColor.

<div id="reportdatelabel.height">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Height

**Height** As `Double</api/data_types/double>`

> The height of the control in `Units<reports.units>`. Height is relative to the section the control is in.

<div id="reportdatelabel.italic">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Italic

**Italic** As `Boolean</api/data_types/boolean>`

> If `True</api/language/true>`, applies the italic style to the control's caption and/or its text content if any.
>
> macOS apps can only display font styles that are available. You cannot force a font to display in bold or italic if it does not have bold or italic variations available. In this situation, the Italic property will not affect the font.

<div id="reportdatelabel.left">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Left

**Left** As `Double</api/data_types/double>`

> The left side of the control in `Units<reports.units>`. Left is relative to the section the control is in.

<div id="reportdatelabel.linespacing">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Linespacing

**Linespacing** As `Double</api/data_types/double>`

> The linespacing in points between the lines of text in the label. This assumes that it is a multiline field.

<div id="reportdatelabel.multiline">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Multiline

**Multiline** As `Boolean</api/data_types/boolean>`

> If `True</api/language/true>`, the label can hold more than one line of text and the LineSpacing property is applicable.

<div id="reportdatelabel.name">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Name

**Name** As `String</api/data_types/string>`

> The name of the object.

<div id="reportdatelabel.report">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Report

**Report** As `Report</api/printing/reporting/report>`

> The report to which the object belongs.

<div id="reportdatelabel.tag">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Tag

**Tag** As `Variant</api/data_types/variant>`

> A value that can be associated with the <span class="title-ref">ReportDateLabel</span>.

<div id="reportdatelabel.text">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Text

**Text** As `String</api/data_types/string>`

> The text that is displayed in the label. Used for display purposes only.

<div id="reportdatelabel.textalign">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.TextAlign

**TextAlign** As ref:<span class="title-ref">TextAlignment\<rbreportcontrol.textalignments\></span>

> The alignment of the Text.
>
> The choices are:
>
> | Value | Description |
> |-------|-------------|
> | 0     | Left        |
> | 1     | Center      |
> | 2     | Right       |

<div id="reportdatelabel.textcolor">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.TextColor

**TextColor** As `Color</api/data_types/color>`

> Gets or sets the color of the caption or the text content. The default value is black.

<div id="reportdatelabel.textfont">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.TextFont

**TextFont** As `String</api/data_types/string>`

> Name of the font used to display the caption or text content.
>
> You can enter any font that is installed on the computer or the names of the two metafonts, *System* and *SmallSystem*.
>
> The System font is the font used by the system software as its default font. Different operating systems use different default fonts. If the system software supports both a large and small System font, you can also specify the SmallSystem font as your TextFont.
>
> On macOS, SmallSystem specifies the OS's smaller system font and may make the control smaller in size as well. On Windows and Linux, SmallSystem is the same as System.

<div id="reportdatelabel.textsize">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.TextSize

**TextSize** As `Double</api/data_types/double>`

> The size of the text, measured in TextUnits.

<div id="reportdatelabel.textunit">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.TextUnit

**TextUnit** As `FontUnits</api/graphics/fontunits>`

> The unit in which TextSize is measured.
>
> The choices are:
>
> | Value | Description |
> |-------|-------------|
> |       |             |
> | 0     | Default     |
> | 1     | Pixel       |
> | 2     | Point       |
> | 3     | Inch        |
> | 4     | Millimeter  |

<div id="reportdatelabel.top">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Top

**Top** As `Double</api/data_types/double>`

> The top of the control in `Units<reports.units>`. Top is relative to the section the control is in.

<div id="reportdatelabel.underline">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Underline

**Underline** As `Boolean</api/data_types/boolean>`

> If `True</api/language/true>`, applies the underline style to the control's caption and/or its text content if any.

<div id="reportdatelabel.verticalalign">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.VerticalAlign

**VerticalAlign** As `VerticalAlignment<reportfield.verticalalignment>`

> Specifies the type of vertical alignment of the <span class="title-ref">ReportDateLabel</span>.

<div id="reportdatelabel.visible">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Visible

**Visible** As `Boolean</api/data_types/boolean>`

> If `True</api/language/true>`, the control is visible. The default is `True</api/language/true>`.

<div id="reportdatelabel.width">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Width

**Width** As `Double</api/data_types/double>`

> The width of the control in `Units<reports.units>`. Width is relative to the section the control is in.

<div id="reportdatelabel.wordwrap">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.WordWrap

**WordWrap** As `Boolean</api/data_types/boolean>`

> If `True</api/language/true>`, the multiline text will word wrap within the label boundaries.

## Method descriptions

<div id="reportdatelabel.constructor0">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.Constructor

**Constructor**(controlName As `String</api/data_types/string>`)

> Creates a new <span class="title-ref">ReportDateLabel</span> with the passed name.
>
> <div class="note">
>
> <div class="title">
>
> Note
>
> </div>
>
> `Constructors</api/language/constructor>` are special methods called when you create an object with the `New</api/language/new>` keyword and pass in the parameters above.
>
> </div>

<div id="reportdatelabel.controltype">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.ControlType

**ControlType** As `String</api/data_types/string>`

> Returns the type of the control.

## Event descriptions

<div id="reportdatelabel.afterprinting">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.AfterPrinting

**AfterPrinting**

> Called after the control has rendered the data for printing.

<div id="reportdatelabel.beforeprinting">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

ReportDateLabel.BeforePrinting

**BeforePrinting**

> Fires before the rendering takes place.

## Compatibility

|                       |         |
|-----------------------|---------|
| **Project Types**     | Desktop |
| **Operating Systems** | All     |

<div class="seealso">

`RBReportControl</api/printing/reporting/rbreportcontrol>` parent class; `Reports Module</api/printing/reporting/reports_module>` module; `RBReportDocument</api/printing/reporting/rbreportdocument>`, `Report</api/printing/reporting/report>`, `ReportField</api/printing/reporting/reportfield>`, `ReportLineShape</api/printing/reporting/reportlineshape>`, `ReportOvalShape</api/printing/reporting/reportovalshape>`, `ReportRectangleShape</api/printing/reporting/reportrectangleshape>`, `ReportRoundRetangleShape</api/printing/reporting/reportroundrectangleshape>`. `ReportPicture</api/printing/reporting/reportpicture>` classes.

</div>
