Compartilhar via


Interface ICustomReportItem

Represents a custom report item.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Interface ICustomReportItem
'Uso
Dim instance As ICustomReportItem
public interface ICustomReportItem
public interface class ICustomReportItem
type ICustomReportItem =  interface end
public interface ICustomReportItem

O tipo ICustomReportItem expõe os membros a seguir.

Métodos

  Nome Descrição
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.

Início

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering