Name | Description | |
---|---|---|
Subreport Constructor | Initializes a new instance of the Subreport class. |
The following tables list the members exposed by Subreport.
Name | Description | |
---|---|---|
Subreport Constructor | Initializes a new instance of the Subreport class. |
Name | Description | |
---|---|---|
ActionInfo | Gets the ActionInfo object containing actions (such as hyperlinks) associated with the current object. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
Bookmark | Gets or sets a bookmark that can be linked to via a Action.BookmarkLink action. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
Bottom | Gets the bottom coordinate of the current object. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
CustomProperties | Gets CustomProperties collection containing custom information about the current report item. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
DataElementName | Gets or sets the name to use for the data element/attribute for this report item. Default: Name of the report item. Must be a CLS-compliant identifier. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
DataElementOutput | Gets or sets a value indicating whether the current item should appear in a data rendering. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
DocumentMapLabel | Gets or sets a label to identify an instance of the current report item within the client UI (to provide a user-friendly label for searching). Hierarchical listing of report item and group labels within the UI (the Document Map) should reflect the object containment hierarchy in the report definition. Peer items should be listed in left-to-right top-to-bottom order. If the expression returns null, no item is added to the Document Map. Not used for report items in the page header or footer. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
Height | Gets or sets the width of the current item. Negative sizes are allowed only for lines (the height/width gives the offset of the endpoint of the line from the start point).
Default is null which means the height of the containing object minus Top. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
KeepTogether | Gets or sets a value indicating that the entire subreport should be kept together on one page if possible. | |
Left | Gets or sets the distance of the current item from the left of the containing object.
The default is 0. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
MergeTransactions | Gets or sets a value indicating that transactions in the subreport should be merged with transactions in the parent report (into a single transaction for the entire report) if the data sources use the same connection. | |
Name | Gets or sets the name of the current report item. That name should not be empty and must be unique within the report. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
NoRowsMessage | Gets or sets the message to display in the subreport (instead of the region layout) when no rows of data are available in any data set which is used in the body of the subreport.
Note: Style information on the subreport applies to this text. | |
OmitBorderOnPageBreak | Gets or sets a value indicating that the borders should not appear at locations where the subreport spans multiple pages. Also causes repeated background images to continue rather than restart after a page break. | |
Parameters | Gets the Parameters collection containing parameters to the subreport. | |
RepeatWith | Gets or sets the name of a data region that this report item should be repeated with if that data region spans multiple pages. The data region must be in the same ReportItems collection as this ReportItem (Since data regions are not allowed in page headers/footers, this means RepeatWith will be unusable in page headers/footers). Not allowed if this report item is a data region, subreport or rectangle that contains a data region or subreport. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
Report | Gets the C1RdlReport containing the current object. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
ReportName | Gets or sets the full folder path (for example, “/salesreports/orderdetails”) or relative path (for example, “orderdetails”) to a subreport on the same server. Relative paths start in the same folder as the current report. Cannot be an empty string (ignoring whitespace). | |
Right | Gets the right coordinate of the current object. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
Style | Gets the Style object defining style information for the current ReportElement. (Inherited from C1.C1Rdl.Rdl2008.ReportElement) | |
ToolTip | Gets or sets a textual label for the current report item. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
Top | Gets or sets the distance of the current item from the top of the containing object.
The default is 0. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
Visibility | Gets the Visibility object indicating if the current item should be hidden. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
Width | Gets or sets the height of the current item. Negative sizes are allowed only for lines (the height/width gives the offset of the endpoint of the line from the start point).
Default is null which means the width of the containing object minus Left. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
ZIndex | Gets or sets the drawing order of the current report item within containing object. Items with lower indices are drawn first (appearing behind items with higher indices). Items with equal indices have unspecified rendering order.
Default: 0 Min: 0 Max: 2147483647 (Inherited from C1.C1Rdl.Rdl2008.ReportItem) |
Name | Description | |
---|---|---|
Doc | Gets C1.C1Preview.C1PrintDocument object containing generated document. This property can be used only during report generating. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) | |
ScriptContextHostType | For internal use. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) |
Name | Description | |
---|---|---|
AssignFrom | Overridden. Copies properties from another ReportElement to the current object. | |
Clear | Clears the current object, sets all properties to their default values. (Inherited from C1.C1Rdl.Rdl2008.ReportElement) |
Name | Description | |
---|---|---|
ScriptHostOwnerGetChildren | Overridden. For internal use. | |
ScriptHostOwnerSetHost | For internal use. (Inherited from C1.C1Rdl.Rdl2008.ReportItem) |