ReportAction.ReportFormatParameters 속성
Gets a collection of report format parameters.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportFormatParameters As ReportParameterCollection
Get
‘사용 방법
Dim instance As ReportAction
Dim value As ReportParameterCollection
value = instance.ReportFormatParameters
[BrowsableAttribute(false)]
public ReportParameterCollection ReportFormatParameters { get; }
[BrowsableAttribute(false)]
public:
property ReportParameterCollection^ ReportFormatParameters {
ReportParameterCollection^ get ();
}
[<BrowsableAttribute(false)>]
member ReportFormatParameters : ReportParameterCollection
function get ReportFormatParameters () : ReportParameterCollection
속성 값
유형: Microsoft.AnalysisServices.ReportParameterCollection
A collection of report format parameters.