CellContents.ReportItem 属性

Gets the report item in the cell.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property ReportItem As ReportItem
    Get
    Set
用法
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)