Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class


In This Topic
    RenderField Class Methods
    In This Topic

    For a list of all members of this type, see RenderField members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Assigns (copies) properties from another RenderObject to the current object. Calls the base RenderObject.AssignFrom method. If source is a RenderField, also copies RenderField-specific properties.  
    Public MethodCalculates the size of the current object. When this method is called, the object must already have been added to the document (e.g. to Body or to RenderObject.Children of another object in the document). See remarks for more details. (Inherited from C1.C1Preview.RenderObject)
    Public MethodOverloaded. Clones the current RenderObject. (Inherited from C1.C1Preview.RenderObject)
    Public MethodCalculates the count of objects which are nested within this object. This method takes into account child objects and their children. (Inherited from C1.C1Preview.RenderObject)
    Public MethodCalculates the number of objects which are owned by the current object. (Inherited from C1.C1Preview.RenderObject)
    Public MethodReturns the index of the specified RenderFragment of the current object in the RenderObject.Fragments collection. (Inherited from C1.C1Preview.RenderObject)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. For internal use.  
    Protected MethodOverridden. Creates new empty RenderField object linked with same C1PrintDocument as current object.  
    Protected MethodGets the value of a child's ambient style property. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverride this method and return false if you want manually copy of children objects for this object. This method returns true by default. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodReturns the C1.C1Preview.DataBinding.C1DataBinding object for a specified child object. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodGets the default value for the RenderObject.Clip property. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodGets the default value for the Flags property. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodGets the default value for the RenderObject.Height property. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodGets the default value for the RenderObject.SplitHorzBehavior property. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodGets the default value for the RenderObject.SplitVertBehavior property. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverridden. For internal use.  
    Protected MethodReturns a human-readable textual description of the location of the current object in the document. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodReturns the value of flag. The object has private field: private int _flags; This field can be used for storing various boolean properties (CanSplitHorz, CanSplitVert etc), for example CanSplitHorz property defined as: public bool CanSplitHorz { get { return GetFlag(c_flgCanSplitVert); } set { SetFlag(c_flgCanSplitVert, value); } } (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverride this method to perform additional actions when value of the Height property of object is being read. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodGets the value of a child's non-ambient style property. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodIndicates whether to automatically process data binding on child objects. The default implementation returns true, override it and return false if custom child data binding processing is required. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverride this method to perform additional actions when value of the Width property of object is being read. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodPerforms some initializations. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverridden. For internal use.  
    Protected MethodOverridden. For internal use.  
    Protected MethodResolves the calculated values of object's style. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverridden. For internal use.  
    Protected MethodThis method is called once for each object, override it to perform custom initialization. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodInternal use only. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodSets value of flag. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverride this method to perform additional actions when value of the Height property of object is being defined. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverride this method to perform additional actions when value of the SplitHorzBehavior property of object is being defined. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverride this method to perform additional actions when value of the SplitVertBehavior property of object is being defined. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodOverride this method to perform additional actions when value of the Width property of object is being defined. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.Children property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.Clip property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the Flags property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.Height property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.Name property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.SplitHorzBehavior property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.SplitVertBehavior property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.Style property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.Width property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.X property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Protected MethodTests whether the RenderObject.Y property should be serialized. (Inherited from C1.C1Preview.RenderObject)
    Top
    See Also