共用方式為


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 命名空間