Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Type of pointer.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property Type As ReportExpression(Of LinearPointerTypes)
Get
Set
'Uso
Dim instance As LinearPointer
Dim value As ReportExpression(Of LinearPointerTypes)
value = instance.Type
instance.Type = value
public ReportExpression<LinearPointerTypes> Type { get; set; }
public:
property ReportExpression<LinearPointerTypes> Type {
ReportExpression<LinearPointerTypes> get ();
void set (ReportExpression<LinearPointerTypes> value);
}
member Type : ReportExpression<LinearPointerTypes> with get, set
function get Type () : ReportExpression<LinearPointerTypes>
function set Type (value : ReportExpression<LinearPointerTypes>)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<LinearPointerTypes>
A ReportExpression<T> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel