Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets the report item 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 ReportItem As ReportItem
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
Returns ReportItem.
Comentários
Either ReportItemReference or ReportItem is specified, not both.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering