CompiledTextRunInstance.ActionInstance プロパティ
HTML タグからコンパイルされた ActionInstance オブジェクトを取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property ActionInstance As ActionInstance
Get
'使用
Dim instance As CompiledTextRunInstance
Dim value As ActionInstance
value = instance.ActionInstance
public ActionInstance ActionInstance { get; }
public:
property ActionInstance^ ActionInstance {
ActionInstance^ get ();
}
member ActionInstance : ActionInstance
function get ActionInstance () : ActionInstance
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ActionInstance
ActionInstance オブジェクト。