Tablix.DataElementOutput 属性

Gets a value that indicates whether the data in the tablix should be rendered.

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

语法

声明
Public Overrides ReadOnly Property DataElementOutput As DataElementOutputTypes
    Get
用法
Dim instance As Tablix
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