ReportParameterInfo.Values Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
property System::Collections::Generic::IList<System::String ^> ^ Values { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> Values { get; }
member this.Values : System.Collections.Generic.IList<string>
Public ReadOnly Property Values As IList(Of String)