Udostępnij przez


Właściwość ReportSection.DataElementOutput

Pobiera wartość, która wskazuje, czy wartość DataElementName powinny być wyświetlane w danych wyjściowych renderowane.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property DataElementOutput As DataElementOutputTypes
    Get
'Użycie
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