Main Content

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

slreq.getReportOptions

既定のレポート生成オプションを取得する

説明

myOptions = slreq.getReportOptions() は、要件セット用のレポートを生成するための既定のオプションが含まれた構造体を返します。

レポート生成オプションの取得

myOptions = slreq.getReportOptions()

myOptions = 

  struct with fields:

      reportPath: 'L:\slreqrpt_20170826.docx'
      openReport: 1
       titleText: ''
         authors: 'Jane Doe'
        includes: [1×1 struct]

出力引数

すべて折りたたむ

レポート生成のオプション。以下のフィールドをもつ構造体として返されます。

オプション

フィールドデータ型説明
reportPath文字ベクトルレポート ファイルのパス
openReportBoolean生成後にレポートを自動的に開くオプション
titleText文字ベクトルレポート タイトル
authors文字ベクトルレポート作成者
includes.tocBooleanレポートに目次を含めるオプション
includes.publishedDateBooleanレポート パブリッシュ日を含めるオプション
includes.revisionBooleanレポートに要件のリビジョン情報を含めるオプション
includes.propertiesBoolean要件プロパティを含めるオプション
includes.linksBooleanレポートに要件リンクを含めるオプション
includes.changeInformationBoolean変更の問題などの変更情報を含めるオプション
includes.groupLinksBy文字ベクトルArtifact または LinkType でリンクをグループ化するオプション
includes.keywordsBooleanレポートに要件実装の状態データを含めるオプション
includes.commentsBooleanレポートに要件コメントを含めるオプション
includes.implementationStatusBooleanレポートに要件実装の状態データを含めるオプション
includes.verificationStatusBooleanレポートに要件検証の状態データを含めるオプション
includes.emptySectionsBooleanレポートに空のセクションを含めるオプション
includes.rationaleBooleanレポートに要件根拠を含めるオプション
includes.customAttributesBooleanレポートに要件セットのカスタム属性を含めるオプション。

バージョン履歴

R2018a で導入