[]
        
(Showing Draft Content)

C1.WPF.FlexReport.SubreportField

SubreportField Class

Field used to show subreports in C1FlexReport.

Inheritance
SubreportField
Implements
Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public class SubreportField : FieldBase, ICloneable

Constructors

Name Description
SubreportField()

Initializes a new instance of the SubreportField class.

Properties

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.

Methods

Name Description
AssignFrom(ReportObject, bool)

Copies properties from another object into this object.