DefinitionStore<T, E>.GetProperty Method
Gets a property definition in the definition store.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Function GetProperty ( _
index As Integer _
) As IPropertyDefinition
'Usage
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
Parameters
- index
Type: System.Int32
Return Value
Type: Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition
An IPropertyDefinition object.