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 MDX query.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MdxQuery As ExternalXmlElement
Get
Set
'Usage
Dim instance As QueryBase
Dim value As ExternalXmlElement
value = instance.MdxQuery
instance.MdxQuery = value
public ExternalXmlElement MdxQuery { get; set; }
public:
property ExternalXmlElement^ MdxQuery {
ExternalXmlElement^ get ();
void set (ExternalXmlElement^ value);
}
member MdxQuery : ExternalXmlElement with get, set
function get MdxQuery () : ExternalXmlElement
function set MdxQuery (value : ExternalXmlElement)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement
An ExternalXmlElement object.