Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the report item or report item reference to use to draw the tabtrip navigation layout.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property NavigationItem As NavigationItem
Get
'Usage
Dim instance As Tabstrip
Dim value As NavigationItem
value = instance.NavigationItem
public NavigationItem NavigationItem { get; }
public:
property NavigationItem^ NavigationItem {
NavigationItem^ get ();
}
member NavigationItem : NavigationItem
function get NavigationItem () : NavigationItem
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.NavigationItem
Returns NavigationItem.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace