TablixCell.DataElementOutput 属性
Indicates whether the cell contents should appear in a data rendering.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public MustOverride ReadOnly Property DataElementOutput As DataElementOutputTypes
Get
用法
Dim instance As TablixCell
Dim value As DataElementOutputTypes
value = instance.DataElementOutput
public abstract DataElementOutputTypes DataElementOutput { get; }
public:
virtual property DataElementOutputTypes DataElementOutput {
DataElementOutputTypes get () abstract;
}
abstract DataElementOutput : DataElementOutputTypes
abstract function get DataElementOutput () : DataElementOutputTypes