Propriété ReportParameters
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportParameters As ReportParameterCollection
Get
'Utilisation
Dim instance As ReportAction
Dim value As ReportParameterCollection
value = instance.ReportParameters
[BrowsableAttribute(false)]
public ReportParameterCollection ReportParameters { get; }
[BrowsableAttribute(false)]
public:
property ReportParameterCollection^ ReportParameters {
ReportParameterCollection^ get ();
}
[<BrowsableAttribute(false)>]
member ReportParameters : ReportParameterCollection
function get ReportParameters () : ReportParameterCollection
Valeur de propriété
Type : Microsoft.AnalysisServices. . :: . .ReportParameterCollection