Свойство Style.Item

Показывать защищенные элементы
Показывать наследуемые элементы

Gets the value of the specified style found in the location specified by the index. In C#, this property is the indexer for the Style class.

Этот элемент перегружен. Чтобы получить полные сведения об этом элементе (синтаксисе, использовании и примерах использования), щелкните его имя в списке перегрузок.

Список перегрузок

  Имя Описание
Открытое свойство Item[String] Gets the value of the specified style that matches the name given in the styleName parameter. In C#, this property is the indexer for the Style class. (Переопределяет StyleBase.Item[String].)
Открытое свойство Item[Int32] Returns a style at the specified index. (Производный от StyleBase.)

В начало

См. также

Справочник

Style Класс

Пространство имен Microsoft.ReportingServices.ReportRendering