ItemParameter.DefaultValues Property

Gets or sets the default values for the parameter.

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

'Declaration
Public Property DefaultValues As String()
    Get 
    Set
'Usage
Dim instance As ItemParameter 
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[])

Property Value

Type: array<System.String[]
A String array that contains the default values of the parameter.

See Also

Reference

ItemParameter Class

ReportService2010 Namespace