Compartilhar via


Propriedade do RDL CustomReportItem.AltReportItem

Gets the report item to render instead of the custom report item, if the custom item type is not supported natively.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property AltReportItem As ReportItem 
    Get
'Uso
Dim instance As CustomReportItem 
Dim value As ReportItem 

value = instance.AltReportItem
public ReportItem AltReportItem { get; }
public:
property ReportItem^ AltReportItem {
    ReportItem^ get ();
}
member AltReportItem : ReportItem
function get AltReportItem () : ReportItem

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
A ReportItem object.

Consulte também

Referência

CustomReportItem Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering