Partager via


Propriété NavigationItem.ReportItem

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ReportItem As ReportItem 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
Returns ReportItem.

Notes

Either ReportItemReference or ReportItem is specified, not both.

Voir aussi

Référence

NavigationItem Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering