ReportItem.DataElementOutput 属性

Gets a value that indicates whether the item should appear in a data rendering.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Overridable ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
用法
Dim instance As ReportItem 
Dim value As DataElementOutputTypes 

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes
A DataElementOutputTypes object that indicates whether the item should appear in a data rendering.

请参阅

参考

ReportItem 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间