ComponentOne Reports for WPF
C1.C1Preview Namespace / RenderObject Class
Properties Methods

In This Topic
    RenderObject Class Members
    In This Topic

    The following tables list the members exposed by RenderObject.

    Public Properties
     NameDescription
    Public PropertyGets the collection of anchors (elements of the type C1Anchor) associated with the current object.  
    Public PropertyGets or sets a value indicating how borders are drawn if the object is too wide and is split between horizontal pages.  
    Public PropertyGets or sets a value indicating how borders are drawn if the object is too high and is split between pages.  
    Public PropertyGets or sets the type of break (none, line, column, or page) to insert after the current object.  
    Public PropertyGets or sets the type of break (none, line, column, or page) to insert before the current object.  
    Public PropertyIndicates whether the object can be split horizontally if it falls on a page break.  
    Public PropertyIndicates whether the object can be split vertically if it falls on a page break.  
    Public PropertyGets the collection of child render objects.  
    Public PropertyGets or sets the value indicating whether the object should be clipped.  
    Public PropertyGets the RenderObjectCollection containing the current object, or null if the current object has no IOwnedCollectionItem.Owner or the owner is not a RenderObjectCollection.  
    Public PropertyGets the collection of RenderObject objects generated by data binding. The value of this property is null if the object is not data bound.  
    Public PropertyGets an instance of C1.C1Preview.DataBinding.C1DataBinding class representing the data binding properties of the current object.  
    Public PropertyGets a value indicating whether the current object is data bound. Returns true if the object's DataBinding property has been initialized and its C1.C1Preview.DataBinding.C1DataBinding.Mode is not DataBindingModeEnum.None.  
    Public PropertyGets a combination of DataBindingModeEnum flags specifying the data binding mode of the current object.  
    Public PropertyGets the C1PrintDocument object containing the current RenderObject.  
    Public PropertyTBD: Gets or sets a value indicating whether progress events should be generated during resolving of this render object. This property is false by default, you can set this property to true if object is large and its resolving take a long of time, to suppress hangup time during document rendering.  
    Public PropertyGets the first fragment of the current object, or null if Fragments has not been initialized yet.  
    Public PropertyGets or sets a script that is executed each time a new instance of the current RenderObject is created due to data binding resolving.  
    Public PropertyGets or sets the script that is executed each time a RenderFragment of the current render object is created and added to the Fragments collection on the current object.  
    Public PropertyGets a RenderFragmentCollection containing the fragments produced by the current object in the generated document.  
    Public PropertyGets a value indicating whether the current object has any anchors associated with it (i.e. whether the Anchors collection exists and is not empty).  
    Public PropertyGets a value indicating whether the current object has children (i.e. its Children collection contains at least one element).  
    Public PropertyGets a value indicating whether the current object's Fragments collection has been initialized and contains one or more fragments.  
    Public PropertyGets or sets the height of the current object.

    May be specified as auto (Unit.Auto), a percentage of the parent's height (e.g. "50%"), an absolute value (using DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "150%prev.height+1in").

     
    Public PropertyGets or sets the hyperlink (see C1Hyperlink) associated with the current object.  
    Public PropertyGets the index of the current object within the IOwnedCollectionItem.Owner, or -1 if there is no owner.  
    Public PropertyGets or sets a render object which should be printed on the same page as the current object. The specified object must have the same Parent as the current object.  
    Public PropertyGets the last fragment of the current object, or null if Fragments has not been initialized yet.  
    Public PropertyGets or sets the LayoutChangeBase object defining the change of page layout that will occur after the current object.  
    Public PropertyGets or sets the LayoutChangeBase object defining the change of page layout that will occur before the current object.  
    Public PropertyGets or sets the name of the current object. The name can be an empty string. If it is not empty, the name must be unique among the current object's siblings (i.e. objects with the same IOwnedCollectionItem.Owner).  
    Public PropertyGets or sets the script that is executed when the current object has been completely resolved, all its fragments created and added to the Fragments collection of the current object.  
    Public Property  
    Public PropertyGets the original RenderObject object that produced the current object during data binding, or null if there is no such object.  
    Public PropertyGets or sets the PageNumberingChange object defining the page numbering change that will occur when the current object is rendered.  
    Public PropertyGets the parent RenderObject containing the current object.  
    Public PropertyGets or sets the value determining how the object is treated when it is too wide to fit in the horizontal space available on the current page.  
    Public PropertyGets or sets the value determining how the object is treated when it is too high to fit in the vertical space available on the current page.  
    Public PropertyGets or sets the stacking rules used to arrange the children of the current object.  
    Public PropertyGets the Style of the current object. This property cannot be assigned to. To use another style as the base for the current object's style, set the Style.Parent to that other style.  
    Public PropertyGets the most nested RenderTable containing the current render object, or null if the current object is not contained in a table.  
    Public PropertyGets the TableCell object containing the current object, or null if the current object is not contained in a cell of a RenderTable.  
    Public PropertyGets the 0-based index of the column in the most nested RenderTable containing the current render object, or -1 if the current object is not contained in a table.  
    Public PropertyGets the 0-based index of the row in the most nested RenderTable containing the current render object, or -1 if the current object is not contained in a table.  
    Public PropertyGets or sets arbitrary data associated with the current object.  
    Public PropertyGets or sets a value indicating the visibility of the current object.  
    Public PropertyGets or sets the width of the current object.

    May be specified as auto (Unit.Auto), a percentage of the parent's width (e.g. "50%"), an absolute value (using DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "Max(prev.width,6cm)").

     
    Public PropertyGets or sets the X coordinate of the current object.

    May be specified as auto (Unit.Auto), an absolute value (using DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "prev.right+2mm").

     
    Public PropertyGets or sets the Y coordinate of the current object.

    May be specified as auto (Unit.Auto), an absolute value (using DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "prev.height/2-self.height/2").

     
    Public PropertyGets or sets the Z-order of the current object. Objects with smaller Z-order values are drawn under objects with larger Z-order values. By default, this property is zero.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Assigns (copies) properties from another RenderObject to the current object. The list of fragments (the Fragments property) is neither copied nor changed. Properties UserData, PageNumberingChange are copied by reference. The Name property is not copied.  
    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 Children of another object in the document). See remarks for more details.  
    Public MethodOverloaded. Clones the current RenderObject.  
    Public MethodCalculates the count of objects which are nested within this object. This method takes into account child objects and their children.  
    Public MethodCalculates the number of objects which are owned by the current object.  
    Public MethodReturns the index of the specified RenderFragment of the current object in the Fragments collection.  
    Top
    See Also