CellContents.ReportItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the report item in the cell.
public:
property Microsoft::ReportingServices::RdlObjectModel::ReportItem ^ ReportItem { Microsoft::ReportingServices::RdlObjectModel::ReportItem ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportItem ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportItem ReportItem { get; set; }
member this.ReportItem : Microsoft.ReportingServices.RdlObjectModel.ReportItem with get, set
Public Property ReportItem As ReportItem
Property Value
A ReportItem object.