Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the report item to render instead of the custom report item, if the custom item type is not supported natively.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property AltReportItem As AltReportItem
Get
Set
'Usage
Dim instance As CustomReportItem
Dim value As AltReportItem
value = instance.AltReportItem
instance.AltReportItem = value
public AltReportItem AltReportItem { get; set; }
public:
property AltReportItem^ AltReportItem {
AltReportItem^ get ();
void set (AltReportItem^ value);
}
member AltReportItem : AltReportItem with get, set
function get AltReportItem () : AltReportItem
function set AltReportItem (value : AltReportItem)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.AltReportItem
An AltReportItem object.