Condividi tramite


Proprietà MapAppearanceRule.DataElementOutput

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'Utilizzo
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

Valore proprietà

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.

Vedere anche

Riferimento

MapAppearanceRule Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering