Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the command text.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CommandText As ReportExpression
Get
Set
'Usage
Dim instance As QueryBase
Dim value As ReportExpression
value = instance.CommandText
instance.CommandText = value
public ReportExpression CommandText { get; set; }
public:
property ReportExpression CommandText {
ReportExpression get ();
void set (ReportExpression value);
}
member CommandText : ReportExpression with get, set
function get CommandText () : ReportExpression
function set CommandText (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.