CellContents.ReportItem 属性

Gets the report item in the cell.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
A ReportItem object.

请参阅

参考

CellContents 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间