次の方法で共有


ReportItem.DataElementOutput プロパティ

レポート アイテムで使用されている DataElementOutputTypes を取得します。

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

構文

'宣言
Public ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'使用
Dim instance As ReportItem 
Dim value As DataElementOutputTypes 

value = instance.DataElementOutput
public DataElementOutputTypes DataElementOutput { get; }
public:
property DataElementOutputTypes DataElementOutput {
    DataElementOutputTypes get ();
}
member DataElementOutput : DataElementOutputTypes
function get DataElementOutput () : DataElementOutputTypes

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.DataElementOutputTypes
レポート アイテムで使用されている DataElementOutputTypes です。

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.ReportRendering 名前空間