Udostępnij przez


Właściwość Textbox.DataElementStyle

Wskazuje, czy wszystkie wartości TextRun w tym polu tekstowym należy Renderuj jako element lub atrybut.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property DataElementStyle As DataElementStyles
    Get
    Set
'Użycie
Dim instance As Textbox
Dim value As DataElementStyles

value = instance.DataElementStyle

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