次の方法で共有


DataElementOutput プロパティ

四角形をレポート出力に表示するか、または四角形の内容のみを表示するかを示す値を取得します。

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

構文

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

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