หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets an ActionInstance object that is compiled from HTML tags.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ActionInstance As ActionInstance
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ActionInstance
An ActionInstance object
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace