Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 2.35 KB

File metadata and controls

68 lines (57 loc) · 2.35 KB
title ReportFormatParameter Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
ReportFormatParameter Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
ReportFormatParameter
helpviewer_keywords
ReportFormatParameter element
ms.assetid 064a8683-c44b-4261-be4d-32226d3d3119
caps.latest.revision 38
author Minewiskan
ms.author owend
manager erikre

ReportFormatParameter Element - ASL

Contains the name and value of a parameter that specifies how a [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssRSnoversion] report is formatted at run time.

Syntax

  
<ReportFormatParameters>  
   <ReportFormatParameter>  
      <Name>...</Name>  
      <Value>...</Value>  
   </ReportFormatParameter>  
</ReportFormatParameters>  

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 element ReportFormatParameters
Child elements Name, Value

Remarks

The element that corresponds to the parent of ReportFormatParameter in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.ReportAction.

See Also

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