Subreport

- Subreport name
- The name of the subreport without the RDL extension.
- No Rows Message
- If there are no rows in the DataSet (after filtering is applied) then this message will be used in place of the subreport.
- Use sam Data Source Connections
- If the subreport uses a connection string that matches one of the parents connection string the parent's connection will be used when this option is selected.
- Parameters
- Specify an expression for each report parameter in the subreport.
- Refresh button
- Causes the parameter list to be rebuilt using the current Subreport name.

- Name
- The name of the report item must be unique within all report items.
- Span Table Columns
- This property only shows when a report item is located within a TableCell. Spanning allows a report item to cover more than 1 column in the table.
The position of the report item only show when not part of a Table or Matrix.
Positions can have the following units
- in -> inches (1 inch = 2.54 cm)
- cm -> centimeters (.01 meters)
- mm -> millimeters (.001 meters)
- pt -> points (1 point = 1/72.27 inches)
- pc -> Picas (1 pica = 12 points)
- Left
- Location of the left side of the report item
- Top
- Location of the top side of the report item
- Width
- Width of the report item. Matrixes and Tables should not have widths specified as they are calculated.
- Height
- Height of the report item. Matrixes and Tables should not have height specified as they are calculated.
- Z Index
- Order of the rendering of the object. Z Index isn't relevent unless there are overlapping report items.
The Text Processing options only appear for the Textbox report item.
- Can Grow
- The height of the textbox will dynamically grow if the contained text requires it.
- Can Shrink
- Not currently supported by the RDL runtime engine.
- Hide Duplicates
- If the previous instance of this report item on the current page and current group is the same as this one hide this Textbox.
- XML element style
- Choices are Auto, attribute-normal, element-noremal.
- Toggle Image
- Does this item need a toggle image? true/false

- Style
- Valid values are None, Dotted, Dashed, Solid, Double, Groove, Ridge, Inset, WindowInset, Outset. However not all renderers support all border styles. Example: None, =iif(Fields!salary.Value > 100000, "Solid", "None")
- Color
- Color of the border. Example: blue, =iif(Fields!salary.Value > 100000, "red", "black")
- Width
- Width of the border. Example: 1pt
- Default
- Sets the default to use when a side isn't specified.
- Left, Right, Top, Bottom
- The cooresponding edge of the border you want to set.
fyiReporting Software, LLC