Propriedade do RDL QueryBase.CommandText
Gets or sets the command text.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property CommandText As ReportExpression
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.