Partager via


CustomReportItem.AltReportItem Property

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

Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

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

Notes

Nouveau :5 décembre 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.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

CustomReportItem Class
CustomReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace