次の方法で共有


CustomReportItem.Type プロパティ

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

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

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

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

プロパティ値

型: System.String
string 値。

関連項目

参照

CustomReportItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間