Proprietà Rectangle.DataElementOutput

Gets or sets a value that indicates whether the rectangle should appear when rendered.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property DataElementOutput As DataElementOutputTypes 
    Get 
    Set
'Utilizzo
Dim instance As Rectangle 
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)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.DataElementOutputTypes
A DataElementOutputTypes object.

Vedere anche

Riferimento

Rectangle Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel