ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / CellContents Class / ReportItem Property

In This Topic
    ReportItem Property
    In This Topic
    Gets or sets the CellContents.ReportItem object within the current cell. The Top, Left, Height and Width for this CellContents.ReportItem are ignored. The position is taken to be 0, 0 and the size to be 100%, 100%.
    Syntax
    'Declaration
     
    Public Property ReportItem As ReportItem
    public ReportItem ReportItem {get; set;}
    See Also