共用方式為


CustomReportItem.AltReportItem 屬性

Gets or sets the 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.

請參閱

參考

CustomReportItem 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間