Freigeben über


TickMarkStyle.GetInstance-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Returns the report instance object that contains the calculated values of this report definition object.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected Overridable Function GetInstance As TickMarkStyleInstance
'Usage
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

Rückgabewert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.TickMarkStyleInstance
The report instance object that contains the calculated values of this report definition object.

Siehe auch

Verweis

TickMarkStyle Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace