Partilhar via


Propriedade do RDL CellContents.ReportItem

Gets the report item in the cell.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property ReportItem As ReportItem 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

CellContents Classe

Namespace Microsoft.ReportingServices.RdlObjectModel