TextBox.DataElementStyle 属性

Gets the style of data element for the text box.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property DataElementStyle As Report.DataElementStyles 
    Get
用法
Dim instance As TextBox 
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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.Report.DataElementStyles
A Report.DataElementStyles object.

请参阅

参考

TextBox 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间