Bagikan melalui


QueryManager.SetCommandText Method

Definition

Overloads

SetCommandText(String, ExternalXmlElement, Nullable<Boolean>)
SetCommandText(String, XmlElement, Nullable<Boolean>)

SetCommandText(String, ExternalXmlElement, Nullable<Boolean>)

public:
 void SetCommandText(System::String ^ commandText, Microsoft::ReportingServices::RdlObjectModel::ExternalXmlElement ^ querySpec, Nullable<bool> useGenericQuery);
public void SetCommandText (string commandText, Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement querySpec, bool? useGenericQuery);
member this.SetCommandText : string * Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement * Nullable<bool> -> unit
Public Sub SetCommandText (commandText As String, querySpec As ExternalXmlElement, useGenericQuery As Nullable(Of Boolean))

Parameters

commandText
String
querySpec
ExternalXmlElement
useGenericQuery
Nullable<Boolean>

Applies to

SetCommandText(String, XmlElement, Nullable<Boolean>)

public:
 void SetCommandText(System::String ^ commandText, System::Xml::XmlElement ^ querySpec, Nullable<bool> useGenericQuery);
public void SetCommandText (string commandText, System.Xml.XmlElement querySpec, bool? useGenericQuery);
member this.SetCommandText : string * System.Xml.XmlElement * Nullable<bool> -> unit
Public Sub SetCommandText (commandText As String, querySpec As XmlElement, useGenericQuery As Nullable(Of Boolean))

Parameters

commandText
String
querySpec
XmlElement
useGenericQuery
Nullable<Boolean>

Applies to