Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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