Sdílet prostřednictvím


CellContents.ReportItem Property

Gets the report item in the cell.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property ReportItem As ReportItem 
    Get
'Usage
Dim instance As CellContents 
Dim value As ReportItem 

value = instance.ReportItem
public ReportItem ReportItem { get; }
public:
property ReportItem^ ReportItem {
    ReportItem^ get ();
}
member ReportItem : ReportItem
function get ReportItem () : ReportItem

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
A ReportItem object.

See Also

Reference

CellContents Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace