Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / CellContents Class / ReportItem Property

In This Topic
    ReportItem Property
    In This Topic
    Gets or sets the ReportItem object within the current cell. The Top, Left, Height and Width for this 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