CustomReportItem.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)