GetProperty Método
Gets a property definition in the definition store.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Shared Function GetProperty ( _
index As Integer _
) As IPropertyDefinition
'Uso
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
Parámetros
- index
Tipo: System. . :: . .Int32
Valor devuelto
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .IPropertyDefinition
An IPropertyDefinition object.