Partager via


Propriété DataElementOutput

Indicates whether the appearance rule elements will appear in a data rendering.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property DataElementOutput As DataElementOutputTypes
    Get
    Set
'Utilisation
Dim instance As MapAppearanceRule
Dim value As DataElementOutputTypes

value = instance.DataElementOutput

instance.DataElementOutput = value
public DataElementOutputTypes DataElementOutput { get; set; }
public:
property DataElementOutputTypes DataElementOutput {
    DataElementOutputTypes get ();
    void set (DataElementOutputTypes value);
}
member DataElementOutput : DataElementOutputTypes with get, set
function get DataElementOutput () : DataElementOutputTypes
function set DataElementOutput (value : DataElementOutputTypes)