Share via


Interface ICustomReportItem

Represents a custom report item.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Interface ICustomReportItem
'Utilisation
Dim instance As ICustomReportItem
public interface ICustomReportItem
public interface class ICustomReportItem
type ICustomReportItem =  interface end
public interface ICustomReportItem

Le type ICustomReportItem expose les membres suivants.

Méthodes

  Nom Description
Méthode publique EvaluateReportItemInstance Generates the instance definition of the native report item (for example, an image) which will be rendered in place of this CustomReportItem.
Méthode publique GenerateReportItemDefinition Generates the definition of the native report item (for example, an image) which will be rendered in place of the CustomReportItem.

Haut de la page