ReportAction.ReportParameters 속성
Gets a collection of report action parameters.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportParameters As ReportParameterCollection
Get
‘사용 방법
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
속성 값
유형: Microsoft.AnalysisServices.ReportParameterCollection
A collection of report action parameters.