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.