Compartilhar via


Propriedade do RDL NavigationItem.ReportItem

Gets the report item to use to draw the cover flow navigation layout.

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 NavigationItem 
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
Returns ReportItem.

Comentários

Either ReportItemReference or ReportItem is specified, not both.

Consulte também

Referência

NavigationItem Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering