Właściwość Tablix.DataElementOutput
Pobiera wartość wskazująca, czy dane w tablix powinien być odwzorowywany.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overrides ReadOnly Property DataElementOutput As DataElementOutputTypes
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes
A DataElementOutputTypes obiektu.
Zobacz także