Compartir a través de


Interfaz ICustomReportItem

Represents a custom report item.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Interface ICustomReportItem
'Uso
Dim instance As ICustomReportItem
public interface ICustomReportItem
public interface class ICustomReportItem
type ICustomReportItem =  interface end
public interface ICustomReportItem

El tipo ICustomReportItem expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público EvaluateReportItemInstance Generates the instance definition of the native report item (for example, an image) which will be rendered in place of this CustomReportItem.
Método público GenerateReportItemDefinition Generates the definition of the native report item (for example, an image) which will be rendered in place of the CustomReportItem.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering