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 the report item to render instead of the custom report item, if the custom item type is not supported natively.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property AltReportItem As AltReportItem
Get
Set
'Uso
Dim instance As CustomReportItem
Dim value As AltReportItem
value = instance.AltReportItem
instance.AltReportItem = value
public AltReportItem AltReportItem { get; set; }
public:
property AltReportItem^ AltReportItem {
AltReportItem^ get ();
void set (AltReportItem^ value);
}
member AltReportItem : AltReportItem with get, set
function get AltReportItem () : AltReportItem
function set AltReportItem (value : AltReportItem)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.AltReportItem
An AltReportItem object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel