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.
Gets or sets style properties to be used to override properties of the item when in an interactive renderer.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Property Style As ActionStyle
Get
Set
'Uso
Dim instance As ActionInfo
Dim value As ActionStyle
value = instance.Style
instance.Style = value
public ActionStyle Style { get; set; }
public:
property ActionStyle^ Style {
ActionStyle^ get ();
void set (ActionStyle^ value);
}
member Style : ActionStyle with get, set
function get Style () : ActionStyle
function set Style (value : ActionStyle)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering.ActionStyle
An ActionStyle object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering