QueryManager.SetCommandText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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