Share via


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

Property Value

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

Remarks

New:5 December 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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

CustomReportItem Class
CustomReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace