Report.ExpressionDialog 属性

Defines the contents of a field control in a report.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property ExpressionDialog As String 
    Get 
    Set
用法
Dim instance As Report 
Dim value As String 

value = instance.ExpressionDialog

instance.ExpressionDialog = value
public string ExpressionDialog { get; set; }
public:
property String^ ExpressionDialog {
    String^ get ();
    void set (String^ value);
}
member ExpressionDialog : string with get, set
function get ExpressionDialog () : String 
function set ExpressionDialog (value : String)

属性值

类型:System.String
The contents of a field control in a report.

请参阅

参考

Report 类

Microsoft.ReportingServices.RdlObjectModel 命名空间