次の方法で共有


MapSpatialElementTemplate.DataElementOutput プロパティ

空間要素テンプレートをデータの表示で使用するかどうかを示す値を取得します。

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

構文

'宣言
Public ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'使用
Dim instance As MapSpatialElementTemplate 
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.OnDemandReportRendering.DataElementOutputTypes
空間要素テンプレートをデータの表示で使用するかどうかを示す DataElementOutputTypes 列挙値のいずれか。

関連項目

参照

MapSpatialElementTemplate クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間