Свойство AltReportItem

Report item to render instead of the custom report item, if the custom item type is not supported natively.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property AltReportItem As AltReportItem
    Get
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .AltReportItem
An AltReportItem object.