Partager via


Propriété NavigationItem.ReportItemReference

Gets the report item reference 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 ReportItemReference As String 
    Get
'Utilisation
Dim instance As NavigationItem 
Dim value As String 

value = instance.ReportItemReference
public string ReportItemReference { get; }
public:
property String^ ReportItemReference {
    String^ get ();
}
member ReportItemReference : string
function get ReportItemReference () : String

Valeur de propriété

Type : System.String
Returns String.

Notes

Either ReportItemReference or ReportItem is specified, not both.

Voir aussi

Référence

NavigationItem Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering