Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Creates a chart object at the specified index.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected MustOverride Function CreateChartObject ( _
index As Integer _
) As T
'Usage
Dim index As Integer
Dim returnValue As T
returnValue = Me.CreateChartObject(index)
protected abstract T CreateChartObject(
int index
)
protected:
virtual T CreateChartObject(
int index
) abstract
abstract CreateChartObject :
index:int -> 'T
protected abstract function CreateChartObject(
index : int
) : T
Parameters
- index
Type: System.Int32
The index of the item.
Return Value
Type: T
The newly created chart object of type T at the specified index.
See Also
Reference
ChartObjectCollectionBase<T, U> Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace