ICustomReportItem Interface
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
The ICustomReportItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
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. |
Top
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace