다음을 통해 공유


DefaultValues 속성

Gets or sets the default values for the parameter.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006.dll의 ReportService2006

구문

‘선언
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> [] () [] []
A String array that contains the default values of the parameter.