Interface IBuilderForReportId
public interface IBuilderForReportId
Methods
WithReportId(Guid)
Sets the unique identifier (UUID) of the report to retrieve.
IBuilderForOptional WithReportId(Guid value)
Parameters
valueGuid
Returns
Examples
.WithReportId(Guid.Parse("aaaaaaaa-bbbb-cccc-dddd-0123456789ab"))