ReportParameter.DefaultValues 속성

정의

매개 변수의 기본값을 가져오거나 설정합니다.

public:
 property cli::array <System::String ^> ^ DefaultValues { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] DefaultValues { get; set; }
member this.DefaultValues : string[] with get, set
Public Property DefaultValues As String()

속성 값

String[]

기본 매개 변수를 포함하는 String 개체의 배열입니다.

적용 대상