Share via


TickMarkStyle.GetInstance Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Return Value

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

See Also

Reference

TickMarkStyle Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace