다음을 통해 공유


ReportParameter.DefaultValues 속성

Gets or sets the default values of the parameter.

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005(ReportExecution2005.dll)

구문

‘선언
Public Property DefaultValues As String()
    Get 
    Set
‘사용 방법
Dim instance As ReportParameter 
Dim value As String()

value = instance.DefaultValues

instance.DefaultValues = value
public string[] DefaultValues { get; set; }
public:
property array<String^>^ DefaultValues {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member DefaultValues : string[] with get, set
function get DefaultValues () : String[]
function set DefaultValues (value : String[])

속성 값

유형: array<System.String[]
An array of String objects containing the default parameters.

참고 항목

참조

ReportParameter 클래스

ReportExecution2005 네임스페이스