次の方法で共有


CustomReportItem.Type プロパティ

カスタム レポート アイテムの種類を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Type As String 
    Get 
    Set
'使用
Dim instance As CustomReportItem 
Dim value As String 

value = instance.Type

instance.Type = value
public string Type { get; set; }
public:
property String^ Type {
    String^ get ();
    void set (String^ value);
}
member Type : string with get, set
function get Type () : String 
function set Type (value : String)

プロパティ値

型: System.String
カスタム レポート アイテムの種類。

説明

レポート デザイン ツールまたはサーバーによって解釈されます。 サポートされていない種類を指定すると、警告が生成されます。

関連項目

参照

CustomReportItem クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間