Udostępnij przez


Właściwość CustomReportItem.AltReportItem

Element element raportu do renderowania zamiast element raportu niestandardowego, jeśli typ elementu niestandardowego nie jest obsługiwany macierzyście.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property AltReportItem As AltReportItem
    Get
    Set
'Użycie
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)