[]
        
(Showing Draft Content)

C1.WPF.FlexReport.ReportObject

ReportObject Class

Represents a named object, this is base class for FieldBase, Section, SubSection and another report's objects.

Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public abstract class ReportObject

Constructors

Name Description
ReportObject()

Properties

Name Description
Name

Gets or sets the name of the object.

ParentReport

Gets the C1FlexReport object containing this object.

Tag

Gets or sets arbitrary data associated with the object.

Methods

Name Description
AssignFrom(ReportObject, bool)

Copies properties from another object into this object.

CreateSame()

Creates instance of the same type as current object.