Propriedade do RDL ReportSection.DataElementOutput
Gets a value that indicates whether the value of DataElementName should be displayed in the rendered output.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property DataElementOutput As DataElementOutputTypes
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes
A DataElementOutputTypes value.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering