GetProperty méthode
Gets a property definition in the definition store.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Shared Function GetProperty ( _
index As Integer _
) As IPropertyDefinition
'Utilisation
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
Paramètres
- index
Type : System. . :: . .Int32
Valeur de retour
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .IPropertyDefinition
An IPropertyDefinition object.