Freigeben über


CustomReportItem.AltReportItem Property

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

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

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

Eigenschaftswert

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

Hinweise

Neu:05. Dezember 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.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

CustomReportItem Class
CustomReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace