ICustomReportItem-Schnittstelle
Represents a custom report item.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Interface ICustomReportItem
'Usage
Dim instance As ICustomReportItem
public interface ICustomReportItem
public interface class ICustomReportItem
type ICustomReportItem = interface end
public interface ICustomReportItem
Der ICustomReportItem-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
EvaluateReportItemInstance | Generates the instance definition of the native report item (for example, an image) which will be rendered in place of this CustomReportItem. | |
GenerateReportItemDefinition | Generates the definition of the native report item (for example, an image) which will be rendered in place of the CustomReportItem. |
Zum Anfang