नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Defines a text box to be drawn in the report.
Syntax
<ReportItems>
...
<Textbox Name="...">
<Style >...</Style>
<Action>...</Action>
<Top>...</Top>
<Left>...</Left>
<Height>...</Height>
<Width>...</Width>
<ZIndex>...</ZIndex>
<Visibility >...</Visibility>
<ToolTip>...</ToolTip>
<Label>...</Label>
<Bookmark>...</Bookmark>
<RepeatWith>...</RepeatWith>
<Custom>...</Custom>
<Value>...</Value>
<CanGrow>...</CanGrow>
<CanShrink>...</CanShrink>
<HideDuplicates>...</HideDuplicates>
<ToggleImage>...</ToggleImage>
<DataElementStyle>...</DataElementStyle>
</Textbox>
...
</ReportItems>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
None |
Default value |
None |
Cardinality |
0-n: Optional element that can occur once or more. |
Element Attributes
| Attribute | Type | Description |
|---|---|---|
Name |
String |
Name of the text box. |
Element Relationships
| Relationship | Element |
|---|---|
Parent element |
|
Child elements |
Action, Bookmark, CanGrow, CanShrink, Custom, DataType, Height, HideDuplicates, Label, Left, RepeatWith, Style, ToolTip, ToggleImage, Top, Value, Visibility, Width, ZIndex |
See Also
Reference
Report Definition XML Elements