此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Returns the report instance object that contains the calculated values of this report definition object.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Protected Overridable Function GetInstance As TickMarkStyleInstance
用法
Dim returnValue As TickMarkStyleInstance
returnValue = Me.GetInstance()
protected virtual TickMarkStyleInstance GetInstance()
protected:
virtual TickMarkStyleInstance^ GetInstance()
abstract GetInstance : unit -> TickMarkStyleInstance
override GetInstance : unit -> TickMarkStyleInstance
protected function GetInstance() : TickMarkStyleInstance
返回值
类型:Microsoft.ReportingServices.OnDemandReportRendering.TickMarkStyleInstance
The report instance object that contains the calculated values of this report definition object.