Proprietà ReportItem
Gets the report item in the cell.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ReportItem As ReportItem
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItem
A ReportItem object.
Vedere anche