다음을 통해 공유


DefaultValues 속성

Gets or sets the default value of the parameter.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.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> [] () [] []
A String array containing the default values of the parameter.