共用方式為


DataMember.DataElementOutput 屬性

Indicates whether the item should appear in a data rendering.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overrides ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'用途
Dim instance As DataMember 
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

屬性值

型別:Microsoft.ReportingServices.ReportRendering.DataElementOutputTypes
A DataElementOutputTypes enumerator value.

請參閱

參考

DataMember 類別

Microsoft.ReportingServices.ReportRendering 命名空間