ICustomReportItem Interface
Contains methods and properties to be implemented by custom report item run-time components.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Sintassi
'Dichiarazione
Public Interface ICustomReportItem
public interface ICustomReportItem
public interface class ICustomReportItem
public interface ICustomReportItem
public interface ICustomReportItem
Osservazioni
Data creazione:5 dicembre 2005
One instance of the class that implements ICustomReportItem is created during each report execution that contains any instances of the corresponding CustomReportItem type. For each instance of a CustomReportItem of the matching type that occurs in the report, CustomItem is set and then Process is called. Since the report server is multithreaded, the class that implements ICustomReportItem should avoid use of static member variables.
The custom report item class will not be installed if a failure occurs while creating the class. Any other failure will cause the entire report execution to fail.
For more information, please see Custom Report Items.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
ICustomReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace