[]
Field used to show subreports in C1FlexReport.
public class SubreportField : FieldBase, ICloneable
Name | Description |
---|---|
SubreportField() | Initializes a new instance of the SubreportField class. |
Name | Description |
---|---|
OutlinesVisible | Gets or sets a value indicating whether the outlines generated by this subreport should be included in the master report's outline tree. |
ParameterValues | Gets the ReportParameterValues collection containing the list of named values that will be assigned to the parameters of the subreport. |
Subreport | Gets or sets a reference to another C1FlexReport object to be rendered within this SubreportField. |
SubreportFilter | Gets or sets the ScriptStringValue yielding the filter that will be applied to the main data source of the subreport. |
SubreportHasData | Returns whether a subreport has data and suppresses rendering if it doesn't. |
Name | Description |
---|---|
AssignFrom(ReportObject, bool) | Copies properties from another object into this object. |