Partager via


Propriété CellContents.ReportItem

Gets the report item in the cell.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ReportItem As ReportItem 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

CellContents Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering