DataElementStyle propriété
Gets a value that indicates whether text boxes should render as elements or attributes.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DataElementStyle As Report..::..DataElementStyles
Get
'Utilisation
Dim instance As Report
Dim value As Report..::..DataElementStyles
value = instance.DataElementStyle
public Report..::..DataElementStyles DataElementStyle { get; }
public:
property Report..::..DataElementStyles DataElementStyle {
Report..::..DataElementStyles get ();
}
member DataElementStyle : Report..::..DataElementStyles
function get DataElementStyle () : Report..::..DataElementStyles
Valeur de la propriété
Type : Microsoft.ReportingServices.ReportRendering. . :: . .Report. . :: . .DataElementStyles
A Report..::..DataElementStyles value of either AttributeNormal or ElementNormal.
Voir aussi