다음을 통해 공유


Parameter.Value 속성

Gets or sets an expression that evaluates to the value to hand in for the parameter to the subreport or control.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property Value As ReportExpression 
    Get 
    Set
‘사용 방법
Dim instance As Parameter 
Dim value As ReportExpression 

value = instance.Value

instance.Value = value
public ReportExpression Value { get; set; }
public:
property ReportExpression Value {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Value : ReportExpression with get, set
function get Value () : ReportExpression 
function set Value (value : ReportExpression)

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

참고 항목

참조

Parameter 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스