Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates whether all TextRun values for this text box should render as an element or attribute.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DataElementStyle As DataElementStyles
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.DataElementStyles
A DataElementStyles object.