Compartir a través de


NavigationItem.ReportItem Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
Returns ReportItem.

Comentarios

Either ReportItemReference or ReportItem is specified, not both.

Vea también

Referencia

NavigationItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering