Метод GetProperty

Gets a property definition in the definition store.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Shared Function GetProperty ( _
    index As Integer _
) As IPropertyDefinition
'Применение
Dim index As Integer
Dim returnValue As IPropertyDefinition

returnValue = DefinitionStore.GetProperty(index)
public static IPropertyDefinition GetProperty(
    int index
)
public:
static IPropertyDefinition^ GetProperty(
    int index
)
static member GetProperty : 
        index:int -> IPropertyDefinition 
public static function GetProperty(
    index : int
) : IPropertyDefinition

Параметры

Возвращаемое значение

Тип Microsoft.ReportingServices.RdlObjectModel. . :: . .IPropertyDefinition
An IPropertyDefinition object.