Sdílet prostřednictvím


CellContents.ReportItem Property

Gets the report item in the cell.

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

Syntax

'Declaration
Public Property ReportItem As ReportItem 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

CellContents Class

Microsoft.ReportingServices.RdlObjectModel Namespace