Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the report item in the cell.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ReportItem As ReportItem
Get
Set
'Usage
Dim instance As CellContents
Dim value As ReportItem
value = instance.ReportItem
instance.ReportItem = value
public ReportItem ReportItem { get; set; }
public:
property ReportItem^ ReportItem {
ReportItem^ get ();
void set (ReportItem^ value);
}
member ReportItem : ReportItem with get, set
function get ReportItem () : ReportItem
function set ReportItem (value : ReportItem)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportItem
A ReportItem object.