Condividi tramite


CustomReportItem.AltReportItem Property

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

Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

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

Osservazioni

Data creazione:5 dicembre 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.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

CustomReportItem Class
CustomReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace