[This is preliminary documentation and is subject to change.]
Register a ReportPublisher message handler with this zone to respond to
SIF_Requests for SIF_ReportObject objects. ReportPublisher is implemented
by Vertical Reporting applications that publish report data via the
SIF_ReportObject object introduced in SIF 1.5.
| C# | Visual Basic | Visual C++ |
void SetReportPublisher( IReportPublisher publisher, ProvisioningFlags flags )
Sub SetReportPublisher ( _ publisher As IReportPublisher, _ flags As ProvisioningFlags _ )
void SetReportPublisher ( IReportPublisher^ publisher, ProvisioningFlags flags )
- publisher (IReportPublisher)
- An object that implements the
CopyC#interface to respond to SIF_Request queries received by the agent. This object will be called whenever a SIF_Request is received on this zone and no other object in the message dispatching chain has processed the message.Publisher
- flags (ProvisioningFlags)
- Specify
CopyC#to register the agent as the default provider of SIF_ReportObject with this zone. The Adk will send a SIF_Provide message after registering with this zone. SpecifyAdkFlags.PROV_PROVIDE
CopyC#if the agent can respond to requests for the object type but will not register as the authoritative provider.AdkFlags.PROV_NONE