Partager via


Propriété CellContents.ReportItem

Gets the report item in the cell.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

CellContents Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel