Compartir a través de


CustomReportItem.AltReportItem Property

Returns a report item to render in cases where the custom report item type is not supported by the renderer.

Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintaxis

'Declaración
Public ReadOnly Property AltReportItem As ReportItem
public ReportItem AltReportItem { get; }
public:
property ReportItem^ AltReportItem {
    ReportItem^ get ();
}
/** @property */
public ReportItem get_AltReportItem ()
public function get AltReportItem () : ReportItem

Valor de propiedad

A ReportItem to render in cases where the custom report item type is not supported by the renderer.

Notas

Nuevo:5 de diciembre de 2005

When this property is requested, report processing calls the Process method to obtain the item to render. If the custom report item type is not supported by the report processor, the AltReportItem from the report definition is used instead.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

CustomReportItem Class
CustomReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace