Loe inglise keeles

Jagamisviis:


CustomPropertyCollection.Item[] Property

Definition

Gets a custom property from the collection.

Overloads

Item[Int32]

Gets a custom property at a specified index.

Item[String]

Returns a named custom property from the collection.

Item[Int32]

Gets a custom property at a specified index.

C#
public Microsoft.ReportingServices.ReportRendering.CustomProperty this[int index] { get; }

Parameters

index
Int32

The index of the custom property to get.

Property Value

A CustomProperty object.

Applies to

SQL Server .NET SDK 2016
Toode Versioonid
SQL Server .NET SDK 2016

Item[String]

Returns a named custom property from the collection.

C#
public Microsoft.ReportingServices.ReportRendering.CustomProperty this[string name] { get; }

Parameters

name
String

The name of the custom property.

Property Value

A CustomProperty object.

Applies to

SQL Server .NET SDK 2016
Toode Versioonid
SQL Server .NET SDK 2016