Свойство 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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering