Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering