言語

ChartDataPoint.DataElementOutput プロパティ

定義

データポイントがデータレンダリングに現れるかどうかを示す値を得ます。

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::DataElementOutputTypes DataElementOutput { Microsoft::ReportingServices::OnDemandReportRendering::DataElementOutputTypes get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes DataElementOutput { get; }
member this.DataElementOutput : Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes
Public MustOverride ReadOnly Property DataElementOutput As DataElementOutputTypes

プロパティ値

データポイントがデータレンダリングに現れるべきかどうかを示す値を表現する DataElementOutputTypes オブジェクトです。

適用対象