メインコンテンツ

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

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文字ベクトルレポート ファイルのパス
openReportlogical生成後にレポートを自動的に開くオプション
titleText文字ベクトルレポート タイトル
authors文字ベクトルレポート作成者
includes.toclogicalレポートに目次を含めるオプション
includes.publishedDatelogicalレポート パブリッシュ日を含めるオプション
includes.revisionlogicalレポートに要件のリビジョン情報を含めるオプション
includes.propertieslogical要件プロパティを含めるオプション
includes.linkslogicalレポートに要件リンクを含めるオプション
includes.changeInformationlogical変更の問題などの変更情報を含めるオプション
includes.groupLinksBy文字ベクトルArtifact または LinkType でリンクをグループ化するオプション
includes.keywordslogicalレポートに要件実装ステータスのデータを含めるオプション
includes.commentslogicalレポートに要件コメントを含めるオプション
includes.implementationStatuslogicalレポートに要件実装ステータスのデータを含めるオプション
includes.verificationStatuslogicalレポートに要件検証ステータスのデータを含めるオプション
includes.emptySectionslogicalレポートに空のセクションを含めるオプション
includes.rationalelogicalレポートに要件根拠を含めるオプション
includes.customAttributeslogicalレポートに要件セットのカスタム属性を含めるオプション。

バージョン履歴

R2018a で導入