ReportSection.DataElementOutput 属性
Gets a value that indicates whether the value of DataElementName should be displayed in the rendered output.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property DataElementOutput As DataElementOutputTypes
Get
用法
Dim instance As ReportSection
Dim value As DataElementOutputTypes
value = instance.DataElementOutput
public DataElementOutputTypes DataElementOutput { get; }
public:
property DataElementOutputTypes DataElementOutput {
DataElementOutputTypes get ();
}
member DataElementOutput : DataElementOutputTypes
function get DataElementOutput () : DataElementOutputTypes