次の方法で共有


MapVectorLayer.DataElementOutput プロパティ

ベクトル レイヤーをデータの表示で使用するかどうかを示す値を取得します。値の設定も可能です。

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

構文

'宣言
Public Property DataElementOutput As DataElementOutputTypes 
    Get 
    Set
'使用
Dim instance As MapVectorLayer 
Dim value As DataElementOutputTypes 

value = instance.DataElementOutput

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

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.DataElementOutputTypes
DataElementOutputTypes オブジェクト。

関連項目

参照

MapVectorLayer クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間