Propriedade do RDL NavigationItem.ReportItemReference
Gets the report item reference to use to draw the cover flow navigation layout.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ReportItemReference As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
Returns String.
Comentários
Either ReportItemReference or ReportItem is specified, not both.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering