Propriedade do RDL ReportItem
Gets the report item in the cell.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ReportItem As ReportItem
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItem
A ReportItem object.
Consulte também