Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.61 KB

reportparameter-element-assl.md

File metadata and controls

54 lines (40 loc) · 1.61 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
ReportParameter Element (ASSL) | Microsoft Docs
Learn about the ReportParameter object element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

ReportParameter Element - ASSL

Contains the name and value of a parameter that is passed to a Reporting Service report at run time.

Syntax

  
<ReportParameters>  
      <ReportParameter>  
      <Name>...</Name>  
      <Value>...</Value>  
   </ReportParameter>  
</ReportParameters>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements ReportParameters
Child elements Name, Value

Remarks

The Value element must contain a Multidimensional Expressions (MDX) expression.

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.ReportParameter.

See Also

ReportAction Data Type (ASSL)
Action Element (ASSL)
Objects (ASSL)