QueryParameter.Caption Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the caption of the parameter.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Caption As String 
    Get 
    Set
'Usage
Dim instance As QueryParameter 
Dim value As String 

value = instance.Caption

instance.Caption = value
public string Caption { get; set; }
public:
property String^ Caption {
    String^ get ();
    void set (String^ value);
}
member Caption : string with get, set
function get Caption () : String 
function set Caption (value : String)

Property Value

Type: System.String
A string value.

See Also

Reference

QueryParameter Class

Microsoft.ReportingServices.RdlObjectModel Namespace