Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Utilizzo
Dim instance As ICustomReportItem
public interface ICustomReportItem
public interface class ICustomReportItem
type ICustomReportItem = interface end
public interface ICustomReportItem
Nel tipo ICustomReportItem sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
Action | Infrastruttura. Gets the action for the custom report item. |
![]() |
CustomItem | Sets the custom report item and associated data used by the custom report item run-time component to render a standard report item. Write-only. |
![]() |
RenderItem | Gets the rendered image of the custom report item. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Process | Renders the custom report item and places it in the RenderItem property. |
In alto
Osservazioni
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 Elementi dei report personalizzati.
.gif)
.gif)