バージョン

GetVisualizationByTitle メソッド

指定したタイトルで最初の可視化を取得します。
シンタックス
'宣言
 
Public Function GetVisualizationByTitle( _
   ByVal title As String _
) As RVVisualization
public RVVisualization GetVisualizationByTitle( 
   string title
)

パラメータ

title
検索する可視化のタイトル

戻り値の型

指定されたタイトルの最初の可視化 (大文字と小文字を区別)、そのタイトルの可視化がない場合は null。
プラットフォーム

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照