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%.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public ReportItem ReportItem { get; set; } |
Visual Basic |
---|
Public Property ReportItem As ReportItem Get Set |