次の方法で共有


CustomReportItem.AltReportItem プロパティ

カスタム アイテムの種類がネイティブでサポートされていない場合に、カスタム レポート アイテムの代わりに表示するレポート アイテムを取得または設定します。

名前空間:  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
AltReportItem オブジェクト。

関連項目

参照

CustomReportItem クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間