ReportParameter.Value Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the value of the parameter.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlElementAttribute(IsNullable = false)]
public string Value { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property String^ Value {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member Value : string with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property Value As String

Property Value

Type: System.String

The value of the parameter.

See Also

ReportParameter Class
Microsoft.AnalysisServices Namespace

Return to top