Compartilhar via


Propriedade do RDL MapAppearanceRule.DataElementOutput

Gets a value that indicates whether the appearance rule elements will appear in a data rendering.

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 MapAppearanceRule 
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
One of the enumeration values of the DataElementOutputTypes enumeration that indicates whether the appearance rule elements will appear in a data rendering.

Consulte também

Referência

MapAppearanceRule Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering